Attempt to fix OSX workflow
This commit is contained in:
parent
8531d399f3
commit
cd4698d92f
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install qt@5 libusb
|
||||
brew install qt@5 libusb pcre
|
||||
|
||||
- name: Set Environment
|
||||
run: |
|
||||
|
3
.github/workflows/Release_tag_stable.yml
vendored
3
.github/workflows/Release_tag_stable.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user