From 2292c00d2eb585e557236e5933c119100aadfbd1 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 25 Jun 2023 11:32:43 -0700 Subject: [PATCH] core: CI: agree to macOS SDK terms Signed-off-by: Stephen Gutekanst --- libs/core/.github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/core/.github/workflows/ci.yml b/libs/core/.github/workflows/ci.yml index 4280888a..228179e8 100644 --- a/libs/core/.github/workflows/ci.yml +++ b/libs/core/.github/workflows/ci.yml @@ -70,5 +70,9 @@ jobs: git clone https://github.com/hexops/mach-gpu libs/mach-gpu 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