WIP
Some checks failed
Build on RHEL9 / build (push) Failing after 8s
Build on RHEL8 / build (push) Failing after 13s

This commit is contained in:
froejdh_e 2025-04-22 14:33:32 +02:00
parent 091ae3de20
commit ad38b7c44a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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