mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Use protobuf@21 in OS X build
This commit is contained in:
parent
76f1a23f8d
commit
9dba35082b
6
.github/workflows/osx.yml
vendored
6
.github/workflows/osx.yml
vendored
@ -10,11 +10,13 @@ jobs:
|
||||
name: QtPBFImagePlugin
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Set environment variables
|
||||
run: echo "PATH=/usr/local/opt/protobuf@21/bin:$PATH" >> $GITHUB_ENV
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: brew install qt6 protobuf
|
||||
run: brew install qt6 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
|
||||
|
Loading…
Reference in New Issue
Block a user