mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-27 10:54:14 +01:00
automatic build test
This commit is contained in:
parent
99133e10dd
commit
4508f66c69
7
.github/workflows/Build.yml
vendored
7
.github/workflows/Build.yml
vendored
|
|
@ -94,12 +94,13 @@ jobs:
|
|||
- uses: msys2/setup-msys2@v2
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '6.9.3'
|
||||
aqtversion: '==3.1.*'
|
||||
version: '6.8.3'
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2022_64'
|
||||
arch: 'win64_mingw'
|
||||
|
||||
- name: Download libusb
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue