We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b360233 commit caa2f4eCopy full SHA for caa2f4e
.github/workflows/rust-ci.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
submodules: true
50
- uses: dtolnay/rust-toolchain@stable
51
- - run: cargo run -p install -- ${{matrix.target}} __internal__binaries__ "${{github.workspace}}/bin"
+ # - run: cargo run -p install -- ${{matrix.target}} __internal__binaries__ "${{github.workspace}}/bin"
52
- run: cargo fetch
53
- name: cargo test build
54
run: cargo build --tests --release --all-features
0 commit comments