Skip to content

Commit 4ec192d

Browse files
committed
Remove overspecification of params for compnerd/gha-setup-vsdevenv@main step, to fix windows build.
1 parent c4dd597 commit 4ec192d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/llvm-binaries.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ jobs:
295295
append-timestamp: false
296296

297297
- 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' }}
304298

305299
- name: Workaround MSVC#10444970
306300
if: ${{ matrix.arch == 'arm64' && matrix.os == 'windows-2025' }}

0 commit comments

Comments
 (0)