Skip to content

Commit

Permalink
Install solc
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jan 16, 2025
1 parent 7ee1a22 commit 9c45fad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install solc
run: |
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc=1:0.8.15-0ubuntu1~impish
- name: Build FFI
run: make build-ffi && make build-parse-diff-ffi
working-directory: rvgo
Expand Down

0 comments on commit 9c45fad

Please sign in to comment.