File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,16 @@ jobs:
3030 config :
3131 - name : " ubuntu-20.04"
3232 os : " ubuntu-20.04"
33+ qt_ver : " 6.3.0"
3334 - name : " ubuntu-18.04"
3435 os : " ubuntu-18.04"
36+ qt_ver : " 5.12.12"
3537 - name : " windows-x64"
3638 os : " windows-latest"
3739 cmake_extra : " -T v142,host=x86"
3840 arch : " amd64"
3941 qt_arch : " win64_msvc2019_64"
40- qt_ver : " 6.1 .0"
42+ qt_ver : " 6.3 .0"
4143 - name : " windows-x86"
4244 os : " windows-latest"
4345 cmake_extra : " -T v142,host=x86 -A Win32"
4648 qt_ver : " 5.15.2"
4749 - name : " macOS-10"
4850 os : " macos-10.15"
49- qt_ver : " 6.1 .0"
51+ qt_ver : " 6.3 .0"
5052 steps :
5153 - uses : actions/checkout@v2
5254
6769 if : startsWith(matrix.config.os, 'macos-')
6870 run : brew install labstreaminglayer/tap/lsl
6971
70- - name : Install Qt .deb packages
71- if : startsWith(matrix.config.os, 'ubuntu-')
72- run : sudo apt install -y qtbase5-dev
73-
74- - name : Install Qt (Win and Mac)
75- if : startsWith(matrix.config.os, 'windows') || startsWith(matrix.config.os, 'macos')
76- uses : jurplel/install-qt-action@v2.12.2
72+ - name : Install Qt
73+ uses : jurplel/install-qt-action@v2.14.0
7774 with :
7875 version : ${{ matrix.config.qt_ver }}
7976 arch : ${{ matrix.config.qt_arch }}
You can’t perform that action at this time.
0 commit comments