Skip to content

Commit 6cb7d41

Browse files
committed
Add submodule checkout
1 parent 42ec730 commit 6cb7d41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_benchmarks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
defaults:
1515
run:
16-
working-directory: ../bench
16+
working-directory: bench
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
submodules: 'true'
1921
- uses: software-mansion/setup-scarb@v1
2022
with:
2123
scarb-version: '2.4.2'

0 commit comments

Comments
 (0)