Yet anothe OS X build fix

This commit is contained in:
Martin Tůma 2023-09-21 00:23:35 +02:00
parent b0885a4b05
commit f931b653c4

View File

@ -17,6 +17,6 @@ jobs:
- name: Install dependencies
run: brew install qt5 protobuf@21
- name: Configure build
run: qmake PROTOBUF=/usr/local pbfplugin.pro
run: qmake PROTOBUF=/usr/local/opt/protobuf@21 pbfplugin.pro
- name: Build project
run: make -j3