glfw: ci: don't run tests when cross-compiling
This commit is contained in:
parent
320090ee42
commit
cd61c631f2
2 changed files with 12 additions and 12 deletions
6
libs/glfw/.github/workflows/m1_ci.yml
vendored
6
libs/glfw/.github/workflows/m1_ci.yml
vendored
|
|
@ -26,10 +26,10 @@ jobs:
|
|||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build test -Dtarget=x86_64-macos
|
||||
run: zig build -Dtarget=x86_64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows
|
||||
run: zig build -Dtarget=x86_64-windows
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux
|
||||
run: zig build -Dtarget=x86_64-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue