Skip to content

Commit 3b33c1d

Browse files
committed
fix env use
1 parent ed42b29 commit 3b33c1d

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
@@ -87,4 +87,4 @@ jobs:
8787
continue-on-error: true
8888
run: |
8989
# using split_inclusive that uses regex feature that uses an unstable feature
90-
RUSTC_BOOTSTRAP=true cargo run --manifest-path ci/sembr/Cargo.toml src
90+
RUSTC_BOOTSTRAP=1 cargo run --manifest-path ci/sembr/Cargo.toml src

0 commit comments

Comments
 (0)