glfw: CI: clone with submodules
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8144a2d76d
commit
969591b7c8
1 changed files with 2 additions and 0 deletions
2
libs/glfw/.github/workflows/m1_ci.yml
vendored
2
libs/glfw/.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
Add a link
Reference in a new issue