Skip to content

Commit

Permalink
Take env into quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Jul 19, 2023
1 parent fa973dc commit eae9189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
env:
CLIPPY_FLAGS: -A clippy::needless-pass-by-ref-mut
CLIPPY_FLAGS: "-A clippy::needless-pass-by-ref-mut"
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit eae9189

Please sign in to comment.