glfw: cleanup CI pipeline
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
15a3315fc8
commit
833f615dc9
2 changed files with 4 additions and 12 deletions
4
glfw/.github/workflows/m1_ci.yml
vendored
4
glfw/.github/workflows/m1_ci.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup Zig
|
||||
run: |
|
||||
zig version
|
||||
- name: mach::test
|
||||
- name: test
|
||||
run: zig build test
|
||||
env:
|
||||
AGREE: true
|
||||
|
|
@ -31,5 +31,3 @@ jobs:
|
|||
run: zig build test -Dtarget=x86_64-windows
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue