update other workflows

This commit is contained in:
Jan Käberich 2024-04-22 17:17:14 +02:00
parent dbc99c011d
commit 2a3343d464
2 changed files with 40 additions and 3 deletions

View file

@ -58,7 +58,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev
qtchooser -install qt6 $(which qmake6)
- name: Get build timestamp
id: id_date
@ -76,8 +75,7 @@ jobs:
- name: Build application
run: |
cd Software/PC_Application/LibreVNA-GUI
export QT_SELECT=qt6
qmake LibreVNA-GUI.pro
qmake6 LibreVNA-GUI.pro
make -j9
shell: bash