gpu: CI: fix macOS build

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-24 21:33:21 -07:00
parent 12be06c4af
commit 225d7891d1

View file

@ -58,5 +58,9 @@ jobs:
git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
zig build zig build
env:
AGREE: true
- name: test - name: test
run: zig build test run: zig build test
env:
AGREE: true