Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
16bit-ykiko committed Dec 10, 2024
1 parent 3d8822c commit ddaa870
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
key: ${{ runner.os }}-cache-submodules

- name: Update Submodules
run: git submodule update --init --recursive
run:
git submodule update --init --recursive
git submodule update --recursive --remote









0 comments on commit ddaa870

Please sign in to comment.