Skip to content

Commit 89f36b7

Browse files
committed
Use pre-compiled cargo-semver-checks
1 parent fdcd236 commit 89f36b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ jobs:
9393
command: cargo +nightly fmt --all -- --check
9494
- run:
9595
name: Install cargo-semver-check
96-
command: cargo install cargo-semver-checks --locked
96+
command: >
97+
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash &&
98+
cargo binstall cargo-semver-checks
9799
- run:
98100
name: Run cargo-semver-check
99101
command: cargo semver-checks --exclude validation-wasm-demo

0 commit comments

Comments
 (0)