It would be nice to specify install with multi-line value, like this:
- 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
But in this case I get error:
C:\windows\system32\cmd.exe /D /S /C D:\a\_temp\msys\msys2.cmd -c "'pacman' '--noconfirm' '-S' '--needed' '--overwrite' '*' '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'"
/usr/bin/bash: -c: line 0: unexpected EOF while looking for matching `''
It would be nice to specify
installwith multi-line value, like this:But in this case I get error: