Skip to content

Commit a788feb

Browse files
committed
1
1 parent a5cd946 commit a788feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Install and configure MSVC
133133
uses: ilammy/msvc-dev-cmd@v1
134-
if: '${{ matrix.os }}' == 'windows-2022'
134+
if: matrix.os == 'windows-2022'
135135
with:
136136
arch: 'x64'
137137
sdk: 10.0.10240.0

0 commit comments

Comments
 (0)