Skip to content

Commit

Permalink
Add submodule action
Browse files Browse the repository at this point in the history
  • Loading branch information
JNE committed Oct 30, 2024
1 parent 91f653d commit 9587dae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
submodules: recursive

- name: Update Submodules
run: |
git submodule update --init --recursive
- name: Install Packages
run: |
sudo apt-get update
Expand Down

0 comments on commit 9587dae

Please sign in to comment.