Skip to content

Commit ce9f04e

Browse files
committed
single quotes, sigh
1 parent 4046f70 commit ce9f04e

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
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
RUST_BACKTRACE: 1
2020
HOST_TARGET: ${{ matrix.host_target }}
21-
MIRIFLAGS: -Zmiri-tag-gc=${{ matrix.os == "ubuntu-latest" }}
21+
MIRIFLAGS: -Zmiri-tag-gc=${{ matrix.os == 'ubuntu-latest' }}
2222
strategy:
2323
matrix:
2424
build: [linux64, macos, win32]

0 commit comments

Comments
 (0)