print git hash in build
Some checks failed
Build on RHEL8 / build (push) Failing after 1m5s
Build on RHEL9 / build (push) Successful in 1m45s

This commit is contained in:
froejdh_e
2025-04-10 08:47:12 +02:00
parent 33164c07d3
commit 382924fd00
2 changed files with 9 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build library
run: |
mkdir build && cd build
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON
cmake .. -DAARE_PYTHON_BINDINGS=ON -DAARE_TESTS=ON -DPython_FIND_VIRTUALENV=FIRST
make -j 2
- name: C++ unit tests