Skip to content

Commit

Permalink
Merge pull request #25 from flyq/main
Browse files Browse the repository at this point in the history
delete install svm to fix ci too long
  • Loading branch information
flyq authored Aug 17, 2023
2 parents faefce4 + 1954fcf commit 1ed2403
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
version: nightly
- name: dependencies
run: |
cargo install svm-rs
svm install 0.4.26
svm use 0.4.26
wget https://github.com/ethereum/solidity/releases/download/v0.4.24/solc-static-linux
cp ./solc-static-linux ~/.cargo/bin/solc
chmod 744 ~/.cargo/bin/solc
- name: tests
run: |
forge --version
forge install
forge test --ffi -vvvvv

0 comments on commit 1ed2403

Please sign in to comment.