We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pure-rust-build
1 parent 2f2a40a commit ab5d772Copy full SHA for ab5d772
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: install Rust via Rustup
29
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal;
30
- uses: Swatinem/rust-cache@v2
31
- - run: /github/home/.cargo/bin/cargo install --debug --locked --path .
+ - run: /github/home/.cargo/bin/cargo install --debug --locked --no-default-features --features max-pure --path .
32
33
test:
34
runs-on: ubuntu-latest
0 commit comments