Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Dec 30, 2022
1 parent c68fab2 commit 04d5331
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 @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 0

- name: Get Submodules
run: git submodule update --init --recursive
Expand Down

0 comments on commit 04d5331

Please sign in to comment.