Skip to content

Commit 5aeab73

Browse files
committed
Add debug
1 parent c773e2f commit 5aeab73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
id: cmake_build
433433
run: |
434434
export Dawn_DIR=dawn/lib64/cmake/Dawn
435-
cmake -B build -DGGML_WEBGPU=ON
435+
cmake -B build -DGGML_WEBGPU=ON -DGGML_WEBGPU_DEBUG=ON
436436
cmake --build build --config Release -j $(nproc)
437437
438438
- name: Test

0 commit comments

Comments
 (0)