gpu-dawn: CI: clone with submodules
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
be39190904
commit
8144a2d76d
2 changed files with 26 additions and 0 deletions
2
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -18,6 +18,8 @@ jobs:
|
|||
rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Clone mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue