freetype: ci: don't run tests when cross-compiling
This commit is contained in:
parent
36a40dc51a
commit
320090ee42
1 changed files with 2 additions and 3 deletions
5
libs/freetype/.github/workflows/ci.yml
vendored
5
libs/freetype/.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue