-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiline value for install
parameter.
#90
Comments
I think you might need to try something like - uses: msys2/setup-msys2@v2
install: |
mingw64/mingw-w64-x86_64-gtk3 ^
mingw64/mingw-w64-x86_64-gprbuild ^
mingw64/mingw-w64-x86_64-gcc-ada ^
mingw64/mingw-w64-x86_64-pkg-config ^
msys/make |
@1480c1 Thank you, but it doesn't work 😞
|
This works:
But this yaml feature isn't that widely known, so we should probably use it in the README everywhere. |
lazka
added a commit
that referenced
this issue
Nov 18, 2020
It's usually nicer to spread the install list over multiple lines and the yaml feature for doing so isn't that widely known, so just use it in all the examples. See #90
See 812fce4 |
This works! Thank you! 🎆 |
Indeed... I saw @lazka use it somewhere and I really liked it. I believe that
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to specify
install
with multi-line value, like this:But in this case I get error:
The text was updated successfully, but these errors were encountered: