Skip to content

Commit caa2f4e

Browse files
committed
ci: disable install, no idea why it exists when we build from source anyway
1 parent b360233 commit caa2f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
submodules: true
5050
- uses: dtolnay/rust-toolchain@stable
51-
- run: cargo run -p install -- ${{matrix.target}} __internal__binaries__ "${{github.workspace}}/bin"
51+
# - run: cargo run -p install -- ${{matrix.target}} __internal__binaries__ "${{github.workspace}}/bin"
5252
- run: cargo fetch
5353
- name: cargo test build
5454
run: cargo build --tests --release --all-features

0 commit comments

Comments
 (0)