Skip to content

Commit de38cb2

Browse files
committed
Update the CI script for Linux
Update the CI script
1 parent 4658e8a commit de38cb2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/qt-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install Qt
18-
uses: jurplel/install-qt-action@v2
18+
uses: jurplel/install-qt-action@v4
1919
with:
20-
version: '5.12.8'
20+
version: '5.12.12'
2121
host: 'linux'
2222
target: 'desktop'
2323
modules: 'gui core serialport network opengl xml'

.github/workflows/qt-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install Qt
18-
uses: jurplel/install-qt-action@v2
18+
uses: jurplel/install-qt-action@v4
1919
with:
20+
version: '5.12.12'
2021
target: 'desktop'
2122
modules: 'gui core serialport network opengl xml'
2223
- name: qmake

.github/workflows/qt-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: windows-2019
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- name: Install Qt
1818
uses: jurplel/install-qt-action@v2
1919
with:
20-
version: '5.12.8'
20+
version: '5.12.12'
2121
host: 'windows'
2222
target: 'desktop'
2323
arch: 'win64_msvc2017_64'

0 commit comments

Comments
 (0)