From c6349d1a97c292f4936e09edca7471f061516c8f Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 8 Jul 2023 14:14:08 -0700 Subject: [PATCH] gpu-dawn: CI: fix M1 CI (remove submodules) Signed-off-by: Stephen Gutekanst --- libs/gpu-dawn/.github/workflows/m1_ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/gpu-dawn/.github/workflows/m1_ci.yml b/libs/gpu-dawn/.github/workflows/m1_ci.yml index 271125ce..b06c77ed 100644 --- a/libs/gpu-dawn/.github/workflows/m1_ci.yml +++ b/libs/gpu-dawn/.github/workflows/m1_ci.yml @@ -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)