Skip to content

Commit

Permalink
ci: install [email protected] for rust 1.77.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dibi91 committed Oct 1, 2024
1 parent 9de8698 commit 2378d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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 svm-rs) && svm install 0.8.21 && solc --version
run: (hash svm 2>/dev/null || cargo install svm-rs@0.5.4) && svm install 0.8.21 && solc --version

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

0 comments on commit 2378d71

Please sign in to comment.