Skip to content

Commit 44ecf37

Browse files
committed
try consolidate vswhere version
1 parent 0a9bd18 commit 44ecf37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/opencv.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
uses: ilammy/msvc-dev-cmd@v1
7878
with:
7979
arch: ${{ matrix.arch }}
80-
# it's a long story, ARM64 have to use ilammy/msvc-dev-cmd@v1, but must be a invalid version 14.29
81-
toolset: ${{ matrix.arch == 'x64' && '14.43' || '14.29' }}
8280

8381
- name: Configure OpenCV
8482
run: |
@@ -88,7 +86,7 @@ jobs:
8886
if [[ "${{ matrix.os }}" =~ ^win ]]; then
8987
EXTRA_FLAGS="-GNinja"
9088
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
91-
EXTRA_FLAGS+="$EXTRA_FLAGS -A ARM64"
89+
EXTRA_FLAGS+=" -A ARM64"
9290
fi
9391
fi
9492

0 commit comments

Comments
 (0)