Skip to content

Commit b729600

Browse files
committed
adjust test workflow to qt6
1 parent 50dd9e6 commit b729600

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@ on:
1010

1111
jobs:
1212
Tests:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v1
1616

1717
- name: Install dependencies
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y libusb-1.0-0-dev qt5-default qt5-qmake qtbase5-dev
20+
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev
21+
qtchooser -install qt6 $(which qmake6)
2122
2223
- name: Build Tests
2324
run: |
2425
cd Software/PC_Application/LibreVNA-Test
26+
export QT_SELECT=qt6
2527
qmake LibreVNA-Test.pro
2628
make -j9
2729
shell: bash

0 commit comments

Comments
 (0)