automatic build test

This commit is contained in:
Jan Käberich 2025-11-23 18:59:02 +01:00
parent 482c363515
commit 34381c9859
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ jobs:
run: |
cd Software/PC_Application/LibreVNA-GUI
export QT_SELECT=qt6
qmake LibreVNA-GUI.pro
qmake6 LibreVNA-GUI.pro
make -j9
shell: bash
@ -96,7 +96,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.8.3'
version: '6.8.0'
arch: 'win64_mingw'
- name: Download libusb

View file

@ -32,7 +32,7 @@ jobs:
run: |
cd Software/PC_Application/LibreVNA-GUI
export QT_SELECT=qt6
qmake LibreVNA-GUI.pro
qmake6 LibreVNA-GUI.pro
make -j9
zip LibreVNA-GUI.zip LibreVNA-GUI
shell: bash
@ -111,7 +111,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.8.3'
version: '6.8.0'
arch: 'win64_mingw'
- name: Download libusb