gpu-dawn: remove symlink before cloning mach-glfw

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 15:46:07 -07:00 committed by Stephen Gutekanst
parent c0901d4006
commit 38eb708614
2 changed files with 3 additions and 3 deletions

View file

@ -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: