mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
update other workflows
This commit is contained in:
parent
dbc99c011d
commit
2a3343d464
2 changed files with 40 additions and 3 deletions
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue