gpu-dawn: rename -Dfrom-source to -Ddawn-from-source
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4860240e4e
commit
805de702ee
3 changed files with 9 additions and 9 deletions
4
gpu-dawn/.github/workflows/m1_ci.yml
vendored
4
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -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 -Dtarget=aarch64-macos.12
|
||||
run: zig build install -Ddawn-from-source=true -Dtarget=aarch64-macos.12
|
||||
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 -Dtarget=aarch64-macos.12
|
||||
run: zig build install -Ddawn-from-source=true -Drelease-fast=true -Dtarget=aarch64-macos.12
|
||||
env:
|
||||
AGREE: true
|
||||
- name: upload (release-fast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue