temp: try downloading metal explicitly

pull/8328/head
Mitchell Hashimoto 2025-08-18 13:05:55 -07:00
parent d66747407d
commit 7a42c82d18
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 4 additions and 0 deletions

View File

@ -294,6 +294,10 @@ jobs:
- name: Xcode Version
run: xcodebuild -version
# Workaround a bug where some Namespace images don't have the the metal
# toolchain installed. We should be able to remove this eventually.
- run: xcodebuild -downloadComponent MetalToolchain
- name: get the Zig deps
id: deps
run: nix build -L .#deps && echo "deps=$(readlink ./result)" >> $GITHUB_OUTPUT