gpu-dawn: CI: be more explicit about which libc we target

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-28 02:01:20 -07:00
parent ae56a7127f
commit a68c73bc68
2 changed files with 6 additions and 6 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 -Ddawn-from-source=true -Dtarget=aarch64-macos.12
run: zig build install -Ddawn-from-source=true -Dtarget=aarch64-macos.12-gnu
env:
AGREE: true
- name: upload (debug)
@ -33,7 +33,7 @@ jobs:
RELEASE_NAME: aarch64-macos.12---12-gnu_debug
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install (release-fast)
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=aarch64-macos.12
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=aarch64-macos.12-gnu
env:
AGREE: true
- name: upload (release-fast)