Skip to content

Commit 5e9e36d

Browse files
committed
Fix GitHub Actions: install Metal Toolchain for Xcode 26+
1 parent 9177da9 commit 5e9e36d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: maxim-lobanov/setup-xcode@v1
1212
with:
1313
xcode-version: ${{ env.XCODE_VERSION }}
14+
- name: Install Metal Toolchain
15+
run: xcodebuild -downloadComponent MetalToolchain
1416
- uses: actions/checkout@v3
1517
- run: swift build -v
1618
- run: swift test -v

0 commit comments

Comments
 (0)