Skip to content

Commit 22f8dd4

Browse files
committed
Fix macos dawn prefix path
1 parent 8b31513 commit 22f8dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ jobs:
188188
- name: Build
189189
id: cmake_build
190190
run: |
191-
sysctl -a
192-
export Dawn_DIR=dawn/lib64/cmake/Dawn
191+
export CMAKE_PREFIX_PATH=dawn
193192
cmake -B build -DGGML_WEBGPU=ON -DGGML_METAL=OFF -DGGML_BLAS=OFF
194193
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
195194

0 commit comments

Comments
 (0)