We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeffdb commit 0f1a14cCopy full SHA for 0f1a14c
.github/workflows/ci.yml
@@ -27,8 +27,9 @@ jobs:
27
python-version: 3.8
28
- name: Install dependencies
29
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
+ pip install solc-select
+ solc-select install 0.5.11
32
+ solc-select use 0.5.11
33
- name: Run Tests
34
env:
35
TEST_TYPE: ${{ matrix.type }}
0 commit comments