Skip to content

Commit 0e8fd2d

Browse files
committed
Use matrix.image, and i686-msvc isn't split here
1 parent 3c37eba commit 0e8fd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
# See issue https://github.com/rust-lang/rust/issues/137733 for more details.
195195
- name: Remove Windows SDK 10.0.26100.0
196196
shell: powershell
197-
if: ${{ matrix.name == 'i686-msvc-1' || matrix.name == 'i686-msvc-2' || matrix.name == 'dist-i686-msvc' }}
197+
if: ${{ matrix.image == 'i686-msvc' || matrix.image == 'dist-i686-msvc' }}
198198
run: |
199199
$kits = (Get-ItemProperty -path 'HKLM:\SOFTWARE\Microsoft\Windows Kits\Installed Roots').KitsRoot10
200200
$sdk_version = "10.0.26100.0"

0 commit comments

Comments
 (0)