mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-08 17:50:33 +01:00
automatic build test
This commit is contained in:
parent
ce0e28e365
commit
369e50e1f2
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
|
|
@ -97,14 +97,12 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: '6.9.3'
|
||||
arch: 'win64_mingw'
|
||||
|
||||
- name: Download libusb
|
||||
run: |
|
||||
curl -o libusb.7z -L https://github.com/libusb/libusb/releases/download/v1.0.25/libusb-1.0.25.7z
|
||||
7z x libusb.7z -r -olibusb
|
||||
Xcopy /E /I /Y libusb\include %QT_ROOT_DIR%\include
|
||||
Xcopy /E /I /Y libusb\MinGW64\static\libusb-1.0.a Software\PC_Application\LibreVNA-GUI
|
||||
shell: cmd
|
||||
|
||||
- name: Get build timestamp
|
||||
|
|
|
|||
Loading…
Reference in a new issue