From dde37025e9e1d7710e17600d3ab886b10e51a062 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 14 Jun 2024 14:47:43 -0500 Subject: [PATCH] recursive pull during build --- .github/workflows/build-switch-release.yml | 2 ++ .github/workflows/build-switch.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-switch-release.yml b/.github/workflows/build-switch-release.yml index cceaed6..57d1c20 100644 --- a/.github/workflows/build-switch-release.yml +++ b/.github/workflows/build-switch-release.yml @@ -32,6 +32,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: recursive - name: Install system dependencies run: | diff --git a/.github/workflows/build-switch.yml b/.github/workflows/build-switch.yml index 684addb..563f980 100644 --- a/.github/workflows/build-switch.yml +++ b/.github/workflows/build-switch.yml @@ -34,6 +34,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: recursive - name: Install system dependencies run: |