Skip to content

Commit 5a7c9c1

Browse files
committed
try not specify toolset with arm64
1 parent 2ec663f commit 5a7c9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 1
7474

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

0 commit comments

Comments
 (0)