Skip to content

Commit

Permalink
Upstream solidity provider regression, use crates.io, alloy-rs/svm-rs…
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jan 23, 2024
1 parent 20ede99 commit ed98883
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 --locked --git https://github.com/alloy-rs/svm-rs) && svm install 0.8.21 && solc --version
run: (hash svm 2>/dev/null || cargo install 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 ed98883

Please sign in to comment.