Skip to content

Commit

Permalink
Fix submodule cloning in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 20, 2024
1 parent 29738b7 commit 102dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
submodules: true
lfs: true

- name: Install dependencies (Linux)
Expand Down

0 comments on commit 102dd90

Please sign in to comment.