Skip to content

Commit

Permalink
Checkout submodules in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Sep 16, 2023
1 parent d988833 commit ab4cb8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Prepare
Expand Down

0 comments on commit ab4cb8c

Please sign in to comment.