From 67a1cd6a96b460e821c46b52b9ac19dee1cbafdc Mon Sep 17 00:00:00 2001 From: Dylan Marcus Date: Fri, 19 Jan 2024 13:06:52 -0500 Subject: [PATCH] attempt to checkout all submodules --- .github/workflows/juce_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/juce_ci.yml b/.github/workflows/juce_ci.yml index 17e05d9..805ed4f 100644 --- a/.github/workflows/juce_ci.yml +++ b/.github/workflows/juce_ci.yml @@ -35,6 +35,9 @@ jobs: path: JUCE ref: 7.0.5 + - name: Checkout submodules + uses: textbook/git-checkout-submodule-action@master + - name: OM Configure (macos) if: runner.os == 'MacOS' shell: bash