From 225d7891d104794f40e744ff4e580cfa1c55668d Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 24 Jun 2023 21:33:21 -0700 Subject: [PATCH] gpu: CI: fix macOS build Signed-off-by: Stephen Gutekanst --- libs/gpu/.github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/gpu/.github/workflows/ci.yml b/libs/gpu/.github/workflows/ci.yml index 09a52948..cbf57a28 100644 --- a/libs/gpu/.github/workflows/ci.yml +++ b/libs/gpu/.github/workflows/ci.yml @@ -58,5 +58,9 @@ jobs: git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn zig build + env: + AGREE: true - name: test run: zig build test + env: + AGREE: true