Skip to content

Commit 15c0be4

Browse files
committed
only x64 use 14.43
1 parent 46bcc3d commit 15c0be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
fetch-depth: 1
7474

7575
- name: MSVC Environment(Windows Only)
76-
if: startsWith(matrix.os, 'win')
76+
if: startsWith(matrix.os, 'win') && startsWith(matrix.arch, 'x64')
7777
uses: ilammy/msvc-dev-cmd@v1
7878
with:
7979
arch: ${{ matrix.arch }}
80-
toolset: '14.29'
80+
toolset: 14.43
8181

8282
- name: Configure OpenCV
8383
run: |

0 commit comments

Comments
 (0)