Skip to content

Commit

Permalink
RUSTFLAGS -> -D errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shortishly committed Aug 21, 2024
1 parent 0b95e70 commit a94e524
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 @@ -22,7 +22,7 @@ jobs:
with:
buildkitd-flags: --debug
- run: |
echo "RUSTFLAGS=''" >> $GITHUB_ENV
echo "RUSTFLAGS=-D errors" >> $GITHUB_ENV
- run: "echo \"DOCKER_IMAGE_TAGS=\
${{inputs.registry}}/${{github.repository}}:latest\"
>> $GITHUB_ENV"
Expand Down

0 comments on commit a94e524

Please sign in to comment.