Skip to content

Commit

Permalink
add debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 20, 2024
1 parent 4c91567 commit 4275e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
run: |
pip install --upgrade pip
- name: Install certora
run: pip3 install certora-cli
Expand All @@ -28,6 +30,9 @@ jobs:
pip install solc-select
solc-select install 0.8.23
solc-select use 0.8.23
solc-select --version
ls -ltar ~/.solc-select/artifacts/
- name: Install git submodules
run: |
Expand Down

0 comments on commit 4275e8f

Please sign in to comment.