[gha] include git version to linux cmake builds

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas
2026-02-08 23:58:06 +03:00
parent 0ee7eafdeb
commit 5ea685181d

View File

@@ -63,5 +63,5 @@ jobs:
- name: build application
run: |
cd build
cmake -DWITH_UPNP=${{ matrix.with_upnp }} .
cmake -DWITH_GIT_VERSION=ON -DWITH_UPNP=${{ matrix.with_upnp }} .
make -j3