From a5aa410ddb078cfc11fb5110830dd23d8b43ba99 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 22 Jan 2023 14:53:27 -0700 Subject: [PATCH] earcut: do not attempt to run cross compilation Signed-off-by: Stephen Gutekanst --- libs/earcut/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/earcut/.github/workflows/ci.yml b/libs/earcut/.github/workflows/ci.yml index df669431..4d509262 100644 --- a/libs/earcut/.github/workflows/ci.yml +++ b/libs/earcut/.github/workflows/ci.yml @@ -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