mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +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
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: brew install qt5 protobuf
|
||||
run: brew install qt5 protobuf@21
|
||||
- name: Configure build
|
||||
run: qmake PROTOBUF=/usr/local pbfplugin.pro
|
||||
- name: Build project
|
||||
|
Loading…
Reference in New Issue
Block a user