sysaudio: CI: clone submodules
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cfe85f915a
commit
1333b5689f
1 changed files with 6 additions and 0 deletions
6
libs/sysaudio/.github/workflows/ci.yml
vendored
6
libs/sysaudio/.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue