mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-06 00:30:10 +01:00
skip qtchooser call on Ubuntu
This commit is contained in:
parent
2e77ffdf2f
commit
482c363515
1
.github/workflows/Build.yml
vendored
1
.github/workflows/Build.yml
vendored
|
|
@ -19,7 +19,6 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev libqt6svg6-dev libgl-dev
|
||||
qtchooser -install qt6 $(which qmake6)
|
||||
|
||||
- name: Get build timestamp
|
||||
id: id_date
|
||||
|
|
|
|||
1
.github/workflows/Release_tag_stable.yml
vendored
1
.github/workflows/Release_tag_stable.yml
vendored
|
|
@ -18,7 +18,6 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libusb-1.0-0-dev qt6-tools-dev qt6-base-dev libqt6svg6-dev libgl-dev zip
|
||||
qtchooser -install qt6 $(which qmake6)
|
||||
|
||||
- name: Get app version
|
||||
id: id_version
|
||||
|
|
|
|||
Loading…
Reference in a new issue