Pin CI to solc-select 0.2.1

This commit is contained in:
Luke Parker 2022-10-15 20:04:37 -04:00
parent d96cfdf485
commit 826e27c80e
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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