MacOS: Fix for missing Metal Toolchain

This commit is contained in:
JordanTheToaster
2025-10-23 11:51:13 +01:00
committed by Ty
parent 3cf21e0ab6
commit bea1eb0cf9

View File

@@ -65,6 +65,9 @@ jobs:
- name: Use Xcode 26.0.1
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app
- name: Install Metal Toolchain
run: xcodebuild -downloadComponent MetalToolchain
- name: Prepare Artifact Metadata
id: artifact-metadata
shell: bash