glfw: CI: clone with submodules
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b7239175cf
commit
bd6b20e4a6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/m1_ci.yml
vendored
2
.github/workflows/m1_ci.yml
vendored
|
@ -21,6 +21,8 @@ jobs:
|
||||||
rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
rm -rf $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
- name: test
|
- name: test
|
||||||
run: zig build test
|
run: zig build test
|
||||||
- name: aarch64-macos -> x86_64-macos
|
- name: aarch64-macos -> x86_64-macos
|
||||||
|
|
Loading…
Add table
Reference in a new issue