mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-27 21:24:48 +01:00
Yet anothe OS X build fix
This commit is contained in:
parent
b0885a4b05
commit
f931b653c4
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install qt5 protobuf@21
|
run: brew install qt5 protobuf@21
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake PROTOBUF=/usr/local pbfplugin.pro
|
run: qmake PROTOBUF=/usr/local/opt/protobuf@21 pbfplugin.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
Loading…
Reference in New Issue
Block a user