Skip to content

Commit

Permalink
Drop unneeded quoting from env variable in workflows yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 29, 2022
1 parent 6995bbf commit aff685b
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 @@ -68,7 +68,7 @@ jobs:
name: Miri
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-tag-raw-pointers"
MIRIFLAGS: -Zmiri-tag-raw-pointers
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
Expand Down

0 comments on commit aff685b

Please sign in to comment.