Attempt to fix OSX workflow

This commit is contained in:
Jan Käberich 2022-11-27 18:55:33 +01:00
parent 8531d399f3
commit cd4698d92f
2 changed files with 3 additions and 2 deletions

View File

@ -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: |

View File

@ -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: |