From a60232e06b434765033dc6731444dab333e5182f Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 10 Jul 2021 15:19:53 -0700 Subject: [PATCH] CI: agree to xcode license Signed-off-by: Stephen Gutekanst --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b565b6b..b1fa7f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.347+628f490c5.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' - name: mach::test cross Linux->MacOS run: zig build test -Dtarget=x86_64-macos + env: + AGREE: true - name: mach::test run: zig build test - name: webgpu::test