gpu-dawn: remove symlink before cloning mach-glfw
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c0901d4006
commit
38eb708614
2 changed files with 3 additions and 3 deletions
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: |
|
||||
zig version
|
||||
- name: Clone mach-glfw
|
||||
run: git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||
- name: test
|
||||
run: zig build test && find zig-out/
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue