Skip to content

Commit

Permalink
recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Aug 30, 2024
1 parent 8d24c4a commit f7845be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/binaries-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
steps:
- name: Get sources
uses: actions/checkout@v4
with:
submodules: recursive

- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
Expand Down Expand Up @@ -167,6 +169,8 @@ jobs:
steps:
- name: Get sources
uses: actions/checkout@v4
with:
submodules: recursive

- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
Expand Down

0 comments on commit f7845be

Please sign in to comment.