temp: try downloading metal explicitly

This commit is contained in:
Mitchell Hashimoto
2025-08-18 13:05:55 -07:00
parent d66747407d
commit 7a42c82d18

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