Skip to content

Commit

Permalink
Remove github deprecated set-output
Browse files Browse the repository at this point in the history
Fixes #1311
  • Loading branch information
adetaylor committed Jul 3, 2023
1 parent dfb63e2 commit f750409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# no creduce on Windows, so exclude tests needing creduce there
run: |
echo RUSTFLAGS=$RUSTFLAGS >> $GITHUB_ENV
echo ::set-output name=exclude::${{runner.os == 'Windows' && '--exclude autocxx-reduce --exclude autocxx-gen' || ''}}
echo "name=exclude::${{runner.os == 'Windows' && '--exclude autocxx-reduce --exclude autocxx-gen' || ''}}" >> $GITHUB_OUTPUT
env:
# non-linux failures https://github.com/google/autocxx/issues/819
# beta failing tests https://github.com/google/autocxx/issues/818
Expand Down

0 comments on commit f750409

Please sign in to comment.