mach: CI: fix Apple Silicon builder
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
468f668ac5
commit
3115ffa5dc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/m1_ci.yml
vendored
2
.github/workflows/m1_ci.yml
vendored
|
|
@ -26,6 +26,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: build
|
- name: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue