mirror of https://github.com/logos-co/staking.git
chore(ci): update certora CLI in CI
This update the certora cli to the latest version 7.10.1 in CI tasks.
This commit is contained in:
parent
4a04b46e14
commit
ead8db634c
|
@ -136,7 +136,7 @@ jobs:
|
|||
with: { java-version: "11", java-package: jre }
|
||||
|
||||
- name: Install Certora CLI
|
||||
run: pip3 install certora-cli==7.0.7
|
||||
run: pip3 install certora-cli==7.10.1
|
||||
|
||||
- name: Install Solidity
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue