Skip to content

Commit 4046f70

Browse files
committed
Quote string?
1 parent 53f3429 commit 4046f70

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)