GHActions: Retry metal toolchain download

This commit is contained in:
TellowKrinkle
2026-03-20 01:42:02 -05:00
committed by TellowKrinkle
parent 904096cd6e
commit 012d352fa7
+5 -1
View File
@@ -66,7 +66,11 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_26.2.app
- name: Install Metal Toolchain
run: xcodebuild -downloadComponent MetalToolchain
run: |
for i in {1..5}; do
if xcrun metal -v; then break; fi
xcodebuild -downloadComponent MetalToolchain
done
- name: Prepare Artifact Metadata
id: artifact-metadata