Skip to content

Commit

Permalink
Add solc install to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Nov 3, 2024
1 parent 865295c commit 3c1c753
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1


- name: Install solc
run: |
sudo add-apt-repository ppa:ethereum/ethereum \
&& sudo apt-get update -y \
&& sudo apt-get install -y solc
# We need to setup node in order to compile the hardhat contracts to get the artifacts
- name: "Setup node"
uses: actions/setup-node@v2
Expand Down

0 comments on commit 3c1c753

Please sign in to comment.