File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
profile : [ON, OFF]
14
14
updater : [ON, OFF]
15
- runs-on : windows-2019
15
+ runs-on : windows-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
with :
22
22
id : downloadfile
23
23
name : Download prebuilt OpenCV
24
24
with :
25
- url : " https://actiona.tools/files/opencv-4.5.1 -x64-vc16 .7z"
25
+ url : " https://actiona.tools/files/opencv-4.11.0 -x64-vc17 .7z"
26
26
27
27
- name : Extract OpenCV
28
28
run : 7z x -oopencv ${{ steps.downloadfile.outputs.filename }}
@@ -31,10 +31,10 @@ jobs:
31
31
uses : microsoft/setup-msbuild@v1
32
32
33
33
- name : Install Qt
34
- uses : jurplel/install-qt-action@v3
34
+ uses : jurplel/install-qt-action@v4
35
35
with :
36
- version : 6.4 .3
37
- arch : win64_msvc2019_64
36
+ version : 6.8 .3
37
+ arch : win64_msvc2022_64
38
38
modules : ' qtspeech qtmultimedia qt5compat'
39
39
40
40
- name : Create Build Environment
43
43
- name : Configure CMake
44
44
shell : bash
45
45
working-directory : ${{github.workspace}}/build
46
- run : cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DACT_PROFILE=${{ matrix.profile }} -DACT_UPDATER=${{ matrix.updater }} -G "Visual Studio 16 2019 " -DOpenCV_DIR=$GITHUB_WORKSPACE/opencv/x64/vc16/lib
46
+ run : cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DACT_PROFILE=${{ matrix.profile }} -DACT_UPDATER=${{ matrix.updater }} -G "Visual Studio 17 2022 " -DOpenCV_DIR=$GITHUB_WORKSPACE/opencv/x64/vc16/lib
47
47
env :
48
48
BOOST_ROOT : ${{ steps.install-boost.outputs.BOOST_ROOT }}
49
49
You can’t perform that action at this time.
0 commit comments