Skip to content

Commit

Permalink
fix: install dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Aug 16, 2023
1 parent f201437 commit 9229f3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install submodules
run: git submodule update --init --recursive

- name: Install python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9229f3c

Please sign in to comment.