Skip to content

Commit 14a9900

Browse files
committed
fix env use
1 parent 804250b commit 14a9900

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/.github/workflows

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/.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)