mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
protobuf debug
This commit is contained in:
parent
549eb18ec6
commit
7488fc8f98
8
.github/workflows/osx.yml
vendored
8
.github/workflows/osx.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake PROTOBUF=/usr/local/opt/protobuf@21 pbfplugin.pro
|
||||
- name: Build project
|
||||
run: make -j3
|
||||
run: |
|
||||
which protobuf
|
||||
make -j3
|
||||
|
||||
qt6:
|
||||
name: QtPBFImagePlugin Qt6 build
|
||||
@ -41,4 +43,6 @@ jobs:
|
||||
- name: Configure build
|
||||
run: qmake PROTOBUF=/usr/local/opt/protobuf@21 pbfplugin.pro
|
||||
- name: Build project
|
||||
run: make -j3
|
||||
run: |
|
||||
which protobuf
|
||||
make -j3
|
||||
|
Loading…
Reference in New Issue
Block a user