This commit is contained in:
Luke Parker 2022-08-30 14:35:33 -04:00
parent 8d56c43f5e
commit 09fdc1b77a
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -19,8 +19,8 @@ runs:
shell: bash
run: |
pip3 install solc-select
solc-select install 0.8.9
solc-select use 0.8.9
solc-select install 0.8.16
solc-select use 0.8.16
- name: Install Rust
uses: ./.github/actions/cached-rust