Skip to content

Commit 95964e6

Browse files
authored
Merge pull request crytic#258 from crytic/solc-select
Use solc-select in the CI
2 parents fdeffdb + 0f1a14c commit 95964e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
python-version: 3.8
2828
- name: Install dependencies
2929
run: |
30-
sudo wget -O /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.5.11/solc-static-linux
31-
sudo chmod +x /usr/bin/solc
30+
pip install solc-select
31+
solc-select install 0.5.11
32+
solc-select use 0.5.11
3233
- name: Run Tests
3334
env:
3435
TEST_TYPE: ${{ matrix.type }}

0 commit comments

Comments
 (0)