You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to specify a shell when making a composite action (at least last I checked); you can't get the auto-change on platform behavior that you get normally with run:. Also, we use a bash-specific construct to avoid output interleaving. However, we could split it into two steps and put if: runner.os (I think if's are supported in composite actions). Also, the output interleaving issues are better now (I hope).
Description
Sometimes you don't want to run the build step under the bash shell, since on the bash shell things such as cl.exe are not part of the PATH.
This is relevant for projects building with meson, since meson is not smart enough to find your VS installation if it's not on the PATH.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: