gpu-dawn: CI: fix M1 CI (remove submodules)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0db9f5f83d
commit
c6349d1a97
1 changed files with 0 additions and 8 deletions
8
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
8
libs/gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -12,16 +12,8 @@ jobs:
|
|||
run:
|
||||
shell: "/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}"
|
||||
steps:
|
||||
- name: Clean repository submodules
|
||||
# See https://github.com/actions/checkout/issues/385
|
||||
run: |
|
||||
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 --recursive https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: install (debug)
|
||||
run: zig build install -Dtarget=aarch64-macos
|
||||
- name: upload (debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue