Skip to content

Commit aff685b

Browse files
committed
Drop unneeded quoting from env variable in workflows yaml
1 parent 6995bbf commit aff685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Miri
6969
runs-on: ubuntu-latest
7070
env:
71-
MIRIFLAGS: "-Zmiri-tag-raw-pointers"
71+
MIRIFLAGS: -Zmiri-tag-raw-pointers
7272
steps:
7373
- uses: actions/checkout@v3
7474
- uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)