glfw: CI: clone with submodules

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-03 21:36:23 -07:00
parent b7239175cf
commit bd6b20e4a6

View file

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