mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Pin CI to solc-select 0.2.1
This commit is contained in:
parent
d96cfdf485
commit
826e27c80e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ runs:
|
||||||
- name: Install solc
|
- name: Install solc
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip3 install solc-select
|
pip3 install solc-select==0.2.1
|
||||||
solc-select install 0.8.16
|
solc-select install 0.8.16
|
||||||
solc-select use 0.8.16
|
solc-select use 0.8.16
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue