We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9bd18 commit 44ecf37Copy full SHA for 44ecf37
.github/workflows/opencv.yml
@@ -77,8 +77,6 @@ jobs:
77
uses: ilammy/msvc-dev-cmd@v1
78
with:
79
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' }}
82
83
- name: Configure OpenCV
84
run: |
@@ -88,7 +86,7 @@ jobs:
88
86
if [[ "${{ matrix.os }}" =~ ^win ]]; then
89
87
EXTRA_FLAGS="-GNinja"
90
if [[ "${{ matrix.arch }}" == "arm64" ]]; then
91
- EXTRA_FLAGS+="$EXTRA_FLAGS -A ARM64"
+ EXTRA_FLAGS+=" -A ARM64"
92
fi
93
94
0 commit comments