CI: agree to xcode license
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1f251d4e28
commit
a60232e06b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
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
|
- name: mach::test cross Linux->MacOS
|
||||||
run: zig build test -Dtarget=x86_64-macos
|
run: zig build test -Dtarget=x86_64-macos
|
||||||
|
env:
|
||||||
|
AGREE: true
|
||||||
- name: mach::test
|
- name: mach::test
|
||||||
run: zig build test
|
run: zig build test
|
||||||
- name: webgpu::test
|
- name: webgpu::test
|
||||||
|
|
Loading…
Add table
Reference in a new issue