Use protobuf@21 in OS X builds

This commit is contained in:
Martin Tůma 2023-09-20 23:48:06 +02:00
parent 0cb3edda05
commit 7c34a2c4e1

View File

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