Skip to content

Commit

Permalink
Github actions now includes submodules. #125
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Mar 9, 2025
1 parent bdf7fd1 commit 036cd1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Clone Project
uses: actions/checkout@v4

- name: Update Submodules
run: |
git submodule update --remote --recursive
- name: Update packages (Ubuntu)
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 036cd1d

Please sign in to comment.