Refactor webgpu_dawn lib finding (#9547)

* Refactor webgpu_dawn lib finding

* Fix ruff
This commit is contained in:
Ahmed Harmouche
2025-03-23 13:23:29 +01:00
committed by GitHub
parent c631c72f22
commit 7ce7fe0574
5 changed files with 296 additions and 275 deletions

View File

@@ -202,8 +202,8 @@ runs:
if: inputs.webgpu == 'true' && runner.os == 'macOS'
shell: bash
run: |
sudo mkdir -p /usr/local/lib
sudo curl -L https://github.com/wpmed92/pydawn/releases/download/v0.1.6/libwebgpu_dawn.dylib -o /usr/local/lib/libwebgpu_dawn.dylib
brew tap wpmed92/dawn
brew install dawn
# **** LLVM ****