mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Use protobuf@21 in OS X builds
This commit is contained in:
parent
0cb3edda05
commit
7c34a2c4e1
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install qt5 protobuf
|
run: brew install qt5 protobuf@21
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake PROTOBUF=/usr/local pbfplugin.pro
|
run: qmake PROTOBUF=/usr/local pbfplugin.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
|
Loading…
Reference in New Issue
Block a user