mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Fixed cut&paste error
This commit is contained in:
parent
3c22cd7823
commit
1065a27bfb
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler zlib1g-dev
|
sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler zlib1g-dev
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
run: qmake gpxsee.pro
|
run: qmake pbfplugin.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j2
|
run: make -j2
|
||||||
|
Loading…
Reference in New Issue
Block a user