We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e008944 commit 0ca06fdCopy full SHA for 0ca06fd
.github/workflows/ci.yml
@@ -100,6 +100,11 @@ jobs:
100
winget install --accept-source-agreements --accept-package-agreements Ninja-build.Ninja ${{ matrix.arch == 'arm64' && '--architecture arm64' || '' }}
101
winget install --accept-source-agreements --accept-package-agreements NASM
102
103
+ - name: Install LLVM
104
+ if: contains(matrix.arch, 'arm64')
105
+ run: |
106
+ winget install --accept-source-agreements --accept-package-agreements LLVM.LLVM --architecture arm64
107
+
108
- uses: ilammy/msvc-dev-cmd@v1
109
with:
110
arch: ${{ matrix.arch }}
0 commit comments