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 c4dd597 commit 4ec192dCopy full SHA for 4ec192d
.github/workflows/llvm-binaries.yml
@@ -295,12 +295,6 @@ jobs:
295
append-timestamp: false
296
297
- uses: compnerd/gha-setup-vsdevenv@main
298
- with:
299
- host_arch: amd64
300
- # See: https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2022&preserve-view=true
301
- toolset_version: 17.13.35710.127
302
- components: 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64;Microsoft.VisualStudio.Component.VC.Tools.ARM64'
303
- arch: ${{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}
304
305
- name: Workaround MSVC#10444970
306
if: ${{ matrix.arch == 'arm64' && matrix.os == 'windows-2025' }}
0 commit comments