mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-06 00:30:10 +01:00
Fix github actions for ubuntu
This commit is contained in:
parent
b7ad595628
commit
0f758584bf
1
.github/workflows/Build.yml
vendored
1
.github/workflows/Build.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libusb-1.0-0-dev qt5-default qt5-qmake qtbase5-dev
|
||||
|
||||
- name: Build application
|
||||
|
|
|
|||
Loading…
Reference in a new issue