From 5bea3b97f2b2ea9f78db8feb7d5bf966b16bafd0 Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Fri, 29 Mar 2024 02:19:08 -0700 Subject: [PATCH] Also update the nested submodules with --recursive --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c63607c5e..95d5605989 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Checkout submodules - run: git submodule update --init + run: git submodule update --init --recursive - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y libasound2-dev @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Checkout submodules - run: git submodule update --init + run: git submodule update --init --recursive - name: Install dependencies run: brew install nasm @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Checkout submodules - run: git submodule update --init + run: git submodule update --init --recursive - name: Install dependencies run: brew install nasm @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Checkout submodules - run: git submodule update --init + run: git submodule update --init --recursive - name: Configure run: cmake -B build - name: Build