diff --git a/libs/gpu-dawn/.github/workflows/m1_ci.yml b/libs/gpu-dawn/.github/workflows/m1_ci.yml index 3ab5adf5..c3ab66e7 100644 --- a/libs/gpu-dawn/.github/workflows/m1_ci.yml +++ b/libs/gpu-dawn/.github/workflows/m1_ci.yml @@ -25,10 +25,11 @@ jobs: env: AGREE: true - name: upload (debug) - run: ./dev/upload-release.sh - env: - RELEASE_NAME: aarch64-macos-none_debug - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + ./dev/upload-release.sh + # HACK: without this we encounter error: StreamTooLong on the next `zig build` below. + # no clue why. + rm -rf zig-cache zig-out - name: install (release-fast) run: zig build install -Doptimize=ReleaseFast -Dtarget=aarch64-macos.12-none env: