gpu-dawn: CI: clone with submodules

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 21:35:34 -07:00
parent be39190904
commit 8144a2d76d
2 changed files with 26 additions and 0 deletions

View file

@ -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)