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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install qt@5 libusb
|
brew install qt@5 libusb pcre
|
||||||
|
|
||||||
- name: Set Environment
|
- name: Set Environment
|
||||||
run: |
|
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
|
cd Software/PC_Application/LibreVNA-GUI
|
||||||
qmake LibreVNA-GUI.pro
|
qmake LibreVNA-GUI.pro
|
||||||
make -j9
|
make -j9
|
||||||
|
zip LibreVNA-GUI.zip LibreVNA-GUI
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Bump release page
|
- name: Bump release page
|
||||||
@ -135,7 +136,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install qt@5 libusb
|
brew install qt@5 libusb pcre
|
||||||
|
|
||||||
- name: Set Environment
|
- name: Set Environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user