Skip to content

Commit

Permalink
Add submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 5, 2024
1 parent 42ec730 commit 6cb7d41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ../bench
working-directory: bench
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: '2.4.2'
Expand Down

0 comments on commit 6cb7d41

Please sign in to comment.