Skip to content

Commit

Permalink
Merge pull request #2 from Certora/temp
Browse files Browse the repository at this point in the history
Temp
  • Loading branch information
nisnislevi authored Apr 16, 2024
2 parents cf6e2ac + fa15c15 commit c0d82d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with: { java-version: "11", java-package: jre }

- name: Install certora cli
run: pip install certora-cli
run: pip install certora-cli==7.0.7

- name: Install solc
run: |
Expand Down
2 changes: 1 addition & 1 deletion certora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bash certora/scripts/run-all.sh
_Note: When running the rules locally, please remove the solc version from the `.conf` files as when using solc-select solc version should not be specified in `.conf`_

After the jobs are complete, the results will be available on
[the staging Certora portal](https://prover.certora.com/).
[the Certora portal](https://prover.certora.com/).

## Adapting to changes

Expand Down

0 comments on commit c0d82d2

Please sign in to comment.