Merge branch 'jankae:master' into packet_constants

This commit is contained in:
Andre Dunford 2022-11-29 11:26:39 -08:00 committed by GitHub
commit f557a059ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,7 @@ jobs:
- name: Install dependencies
run: |
brew install qt@5 libusb
brew install qt@5 libusb pcre
- name: Set Environment
run: |

View File

@ -33,6 +33,7 @@ jobs:
cd Software/PC_Application/LibreVNA-GUI
qmake LibreVNA-GUI.pro
make -j9
zip LibreVNA-GUI.zip LibreVNA-GUI
shell: bash
- name: Bump release page
@ -135,7 +136,7 @@ jobs:
- name: Install dependencies
run: |
brew install qt@5 libusb
brew install qt@5 libusb pcre
- name: Set Environment
run: |