Skip to content

Commit

Permalink
set the certora-cli version to install to constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticWalrus committed Apr 3, 2023
1 parent 0c91b84 commit d8023bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/certora-prover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
java-version: '11'
java-package: 'jre'
- name: Install certora
run: pip install certora-cli
run: pip install certora-cli==3.6.4
- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.12/solc-static-linux
Expand Down

0 comments on commit d8023bd

Please sign in to comment.