basisu: do not attempt to run cross compilation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-01-22 14:53:41 -07:00
parent a5aa410ddb
commit 044288e5a0

View file

@ -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