{core,gpu}: CI: clone with submodules
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
969591b7c8
commit
a8bbe06a60
2 changed files with 12 additions and 0 deletions
6
libs/core/.github/workflows/ci.yml
vendored
6
libs/core/.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
|
||||
|
|
@ -33,6 +35,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Setup Zig
|
||||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
|
@ -56,6 +60,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