From 1333b5689fcc682ba09d1b9a0dd8fce8f683de31 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 3 Jul 2023 17:45:09 -0700 Subject: [PATCH] sysaudio: CI: clone submodules Signed-off-by: Stephen Gutekanst --- libs/sysaudio/.github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/sysaudio/.github/workflows/ci.yml b/libs/sysaudio/.github/workflows/ci.yml index 5696e17e..84f9b4da 100644 --- a/libs/sysaudio/.github/workflows/ci.yml +++ b/libs/sysaudio/.github/workflows/ci.yml @@ -8,6 +8,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: 'true' - name: Setup Zig run: | sudo apt install xz-utils @@ -24,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: 'true' - name: Setup Zig run: | $ProgressPreference = 'SilentlyContinue' @@ -43,6 +47,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: 'true' - name: Setup Zig run: | brew install xz