Skip to content

Commit

Permalink
workflow(certora): use solc 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jan 9, 2022
1 parent f3b0fac commit 6995711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install dependencies
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.7/solc-static-linux
wget https://github.com/ethereum/solidity/releases/download/v0.8.2/solc-static-linux
chmod +x solc-static-linux
sudo mv solc-static-linux /usr/local/bin/solc
pip3 install certora-cli
Expand Down

0 comments on commit 6995711

Please sign in to comment.