Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
test submodule in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoOhR committed Jun 7, 2024
1 parent 2529154 commit b2d0aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name : Update the submodules
run: |
git submodule sync
git submodule update --init --recursive
git submodule update --recursive --remote
Expand Down

0 comments on commit b2d0aa6

Please sign in to comment.