Replies: 1 comment
-
build:
number: 0
skip: win
script:
env:
CXXFLAGS: ${{ "-Wall" if unix else "" }} Maybe this works? Definitely not ideal though... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when using recipe v1 format, how can we write the following
into v1 format? The below does not work
as
script.env
requires a mapping.Beta Was this translation helpful? Give feedback.
All reactions