Skip to content

Commit

Permalink
ci: install svm-rs with its Cargo.lock (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 authored Sep 13, 2023
1 parent 27f8b20 commit 810ba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-on-failure: true

- name: Install solc
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.20 && solc --version
run: (hash svm 2>/dev/null || cargo install --locked --git https://github.com/alloy-rs/svm-rs) && svm install 0.8.21 && solc --version

- name: Run test
run: cargo test --all --all-features -- --nocapture
Expand Down

0 comments on commit 810ba0d

Please sign in to comment.