Skip to content

Commit

Permalink
Use solc-select
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jan 16, 2025
1 parent 9c45fad commit 190e945
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
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
sudo apt-get install -y python3 python3-pip
pip3 install solc-select
solc-select install 0.8.15
solc-select use 0.8.15
- name: Build FFI
run: make build-ffi && make build-parse-diff-ffi
working-directory: rvgo
Expand Down

0 comments on commit 190e945

Please sign in to comment.