From fc3f73997cb70f3ea6f801240416b4eda938b107 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 18 Jun 2023 10:06:50 -0700 Subject: [PATCH] gpu-dawn: fix aarch64-macos builds Signed-off-by: Stephen Gutekanst --- libs/gpu-dawn/.github/workflows/m1_ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/gpu-dawn/.github/workflows/m1_ci.yml b/libs/gpu-dawn/.github/workflows/m1_ci.yml index c3ab66e7..ba68761b 100644 --- a/libs/gpu-dawn/.github/workflows/m1_ci.yml +++ b/libs/gpu-dawn/.github/workflows/m1_ci.yml @@ -30,6 +30,9 @@ jobs: # HACK: without this we encounter error: StreamTooLong on the next `zig build` below. # no clue why. rm -rf zig-cache zig-out + env: + RELEASE_NAME: aarch64-macos-none_debug + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: install (release-fast) run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none env: