earcut: do not attempt to run cross compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
21ac70827e
commit
a5aa410ddb
1 changed files with 1 additions and 1 deletions
2
libs/earcut/.github/workflows/ci.yml
vendored
2
libs/earcut/.github/workflows/ci.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
sudo apt install xz-utils
|
||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1350+bbab4beda.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||
- name: x86_64-linux -> aarch64-macos
|
||||
run: zig build test -Dtarget=aarch64-macos.12-none
|
||||
run: zig build -Dtarget=aarch64-macos.12-none
|
||||
- name: test
|
||||
run: |
|
||||
zig build test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue