Skip to content

Commit

Permalink
Merge commit 'e06e4edc8e1ae6f1fcc1a18b8a972e982bdb4035' into macrod-db
Browse files Browse the repository at this point in the history
  • Loading branch information
econsta committed Oct 16, 2023
2 parents 8ce3a9d + e06e4ed commit f4e5060
Show file tree
Hide file tree
Showing 65 changed files with 2,835 additions and 1,970 deletions.
8 changes: 3 additions & 5 deletions .github/actions/build-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ runs:
sudo apt remove -y "*apache2*" "*nginx*" "*firefox*" "*chromium*" "*chrome*" "*edge*"
sudo apt remove -y "*qemu*" "*sql*" "*texinfo*" "*imagemagick*"
sudo apt autoremove -y
sudo apt update
sudo apt install python3 python3-pip -y
sudo apt clean
docker system prune -a --volumes
Expand All @@ -41,9 +39,9 @@ runs:
- name: Install solc
shell: bash
run: |
pip3 install solc-select==0.2.1
solc-select install 0.8.16
solc-select use 0.8.16
cargo install svm-rs
svm install 0.8.16
svm use 0.8.16
- name: Install Rust
uses: dtolnay/rust-toolchain@5cb429dd810e16ff67df78472fa81cf760f4d1c0
Expand Down
Loading

0 comments on commit f4e5060

Please sign in to comment.