Skip to content

Commit ab5d772

Browse files
committed
Revert "Temporarily break pure-rust-build to verify that it can fail"
This reverts commit b2e9289.
1 parent 2f2a40a commit ab5d772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install Rust via Rustup
2929
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal;
3030
- uses: Swatinem/rust-cache@v2
31-
- run: /github/home/.cargo/bin/cargo install --debug --locked --path .
31+
- run: /github/home/.cargo/bin/cargo install --debug --locked --no-default-features --features max-pure --path .
3232

3333
test:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)