gpu-dawn: CI: use Zig libc versions not the system versions

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-13 00:29:19 -07:00
parent 609a49c7dc
commit d8a00bd672
2 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Clone mach-glfw
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: install (debug)
run: zig build install -Dfrom-source=true
run: zig build install -Dfrom-source=true -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (debug)
@ -35,7 +35,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install (release-fast)
run: zig build install -Dfrom-source=true -Drelease-fast=true
run: zig build install -Dfrom-source=true -Drelease-fast=true -Dtarget=aarch64-macos
env:
AGREE: true
- name: upload (release-fast)