freetype: ci: don't run tests when cross-compiling

This commit is contained in:
Ali Chraghi 2023-01-19 22:09:43 +03:30 committed by Stephen Gutekanst
parent 36a40dc51a
commit 320090ee42

View file

@ -13,10 +13,9 @@ jobs:
sudo apt install xz-utils 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' 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 - 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 - name: test
run: | run: zig build test
zig build test
x86_64-windows: x86_64-windows:
runs-on: windows-latest runs-on: windows-latest
steps: steps: