Skip to content

Commit

Permalink
benchmarking distribution #6 change syntax for actions/checkout@v3 to…
Browse files Browse the repository at this point in the history
… `submodules: 'recursive'`
  • Loading branch information
EarltShirt committed Aug 19, 2023
1 parent e895cf0 commit 2bfe7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
recursive: true
submodules: 'recursive'
-
name: List directory structure
run: |
Expand Down

0 comments on commit 2bfe7de

Please sign in to comment.