diff --git a/libs/gpu/.github/workflows/ci.yml b/libs/gpu/.github/workflows/ci.yml index 09a52948..cbf57a28 100644 --- a/libs/gpu/.github/workflows/ci.yml +++ b/libs/gpu/.github/workflows/ci.yml @@ -58,5 +58,9 @@ jobs: git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn zig build + env: + AGREE: true - name: test run: zig build test + env: + AGREE: true