Skip to content

Commit

Permalink
Recursively checkout submodules in github actions
Browse files Browse the repository at this point in the history
We need this for juce-clap-extensions
  • Loading branch information
JoseDiazRohena committed Aug 25, 2024
1 parent b867531 commit 5b78007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
with:
submodules: true # Gotta get JUCE populated
submodules: 'recursive' # Gotta get JUCE populated

- name: Setup Environment Variables
shell: bash
Expand Down

0 comments on commit 5b78007

Please sign in to comment.