We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
matrix.image
i686-msvc
1 parent 3c37eba commit 0e8fd2dCopy full SHA for 0e8fd2d
.github/workflows/ci.yml
@@ -194,7 +194,7 @@ jobs:
194
# See issue https://github.com/rust-lang/rust/issues/137733 for more details.
195
- name: Remove Windows SDK 10.0.26100.0
196
shell: powershell
197
- if: ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
+ if: ${{ matrix.image == 'i686-msvc' || matrix.image == 'dist-i686-msvc' }}
198
run: |
199
$kits = (Get-ItemProperty -path 'HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots').KitsRoot10
200
$sdk_version = "10.0.26100.0"
0 commit comments