mirror of https://github.com/logos-co/staking.git
chore(CI): update certora-cli to 7.10.2
This should fix a bug in the CLI that causes CI tasks to pass even though prover runs are emitting errors.
This commit is contained in:
parent
ead8db634c
commit
b62ac5233e
|
@ -136,7 +136,7 @@ jobs:
|
|||
with: { java-version: "11", java-package: jre }
|
||||
|
||||
- name: Install Certora CLI
|
||||
run: pip3 install certora-cli==7.10.1
|
||||
run: pip3 install certora-cli==7.10.2
|
||||
|
||||
- name: Install Solidity
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue