We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eb3d8 commit cb0dfc7Copy full SHA for cb0dfc7
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
# no creduce on Windows, so exclude tests needing creduce there
72
run: |
73
echo RUSTFLAGS=$RUSTFLAGS >> $GITHUB_ENV
74
- echo ::set-output name=exclude::${{runner.os == 'Windows' && '--exclude autocxx-reduce --exclude autocxx-gen' || ''}}
+ echo exclude=${{runner.os == 'Windows' && '--exclude autocxx-reduce --exclude autocxx-gen' || ''}} >> "$GITHUB_OUTPUT"
75
env:
76
# non-linux failures https://github.com/google/autocxx/issues/819
77
# beta failing tests https://github.com/google/autocxx/issues/818
0 commit comments