Skip to content

Commit

Permalink
attempt to recurse submodules in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Oct 22, 2024
1 parent 16a89a6 commit 7145da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defaults:
run:
shell: bash

# jobs are run in paralell on different machines
# jobs are run in parallel on different machines
# all steps run in series
jobs:
build_and_test:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true # Get JUCE populated
submodules: recursive # get all submodules

- name: Cache the build
uses: mozilla-actions/[email protected]
Expand Down

0 comments on commit 7145da0

Please sign in to comment.