gpu-dawn:ci: remove dawn-from-source option from builds

This commit is contained in:
Ali Chraghi 2022-08-29 16:30:32 +04:30 committed by Stephen Gutekanst
parent b5e6fb6c4f
commit 701f872ecb
2 changed files with 10 additions and 10 deletions

View file

@ -25,7 +25,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-none
run: zig build install -Dtarget=aarch64-macos.12-none
env:
AGREE: true
- name: upload (debug)
@ -34,7 +34,7 @@ jobs:
RELEASE_NAME: aarch64-macos-none_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-none
run: zig build install -Drelease-fast=true -Dtarget=aarch64-macos.12-none
env:
AGREE: true
- name: upload (release-fast)