Skip to content

Commit

Permalink
Bump Qt versions in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Apr 23, 2022
1 parent 7504838 commit c97c65a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ jobs:
config:
- name: "ubuntu-20.04"
os: "ubuntu-20.04"
qt_ver: "6.3.0"
- name: "ubuntu-18.04"
os: "ubuntu-18.04"
qt_ver: "5.12.12"
- name: "windows-x64"
os: "windows-latest"
cmake_extra: "-T v142,host=x86"
arch: "amd64"
qt_arch: "win64_msvc2019_64"
qt_ver: "6.1.0"
qt_ver: "6.3.0"
- name: "windows-x86"
os: "windows-latest"
cmake_extra: "-T v142,host=x86 -A Win32"
Expand All @@ -46,7 +48,7 @@ jobs:
qt_ver: "5.15.2"
- name: "macOS-10"
os: "macos-10.15"
qt_ver: "6.1.0"
qt_ver: "6.3.0"
steps:
- uses: actions/checkout@v2

Expand All @@ -67,13 +69,8 @@ jobs:
if: startsWith(matrix.config.os, 'macos-')
run: brew install labstreaminglayer/tap/lsl

- name: Install Qt .deb packages
if: startsWith(matrix.config.os, 'ubuntu-')
run: sudo apt install -y qtbase5-dev

- name: Install Qt (Win and Mac)
if: startsWith(matrix.config.os, 'windows') || startsWith(matrix.config.os, 'macos')
uses: jurplel/install-qt-action@v2.12.2
- name: Install Qt
uses: jurplel/install-qt-action@v2.14.0
with:
version: ${{ matrix.config.qt_ver }}
arch: ${{ matrix.config.qt_arch }}
Expand Down

0 comments on commit c97c65a

Please sign in to comment.