mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-03-29 06:39:59 +00:00
[gha] include git version to linux cmake builds
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -63,5 +63,5 @@ jobs:
|
|||||||
- name: build application
|
- name: build application
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake -DWITH_UPNP=${{ matrix.with_upnp }} .
|
cmake -DWITH_GIT_VERSION=ON -DWITH_UPNP=${{ matrix.with_upnp }} .
|
||||||
make -j3
|
make -j3
|
||||||
|
|||||||
Reference in New Issue
Block a user