We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9177da9 commit 5e9e36dCopy full SHA for 5e9e36d
1 file changed
.github/workflows/swift.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: maxim-lobanov/setup-xcode@v1
12
with:
13
xcode-version: ${{ env.XCODE_VERSION }}
14
+ - name: Install Metal Toolchain
15
+ run: xcodebuild -downloadComponent MetalToolchain
16
- uses: actions/checkout@v3
17
- run: swift build -v
18
- run: swift test -v
0 commit comments