Skip to content

Commit a4542c9

Browse files
committed
++
1 parent a106a8e commit a4542c9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/actions/install-dependencies/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ runs:
3030
shell: bash
3131
run: |
3232
dnf install -y clang clang-tools-extra
33+
- name: Install ps and pkill
34+
shell: bash
35+
run: |
36+
dnf install -y procps-ng
37+

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Run tests2
2525
run: |
2626
cmake -S . -B build -DNM_NG_ENABLE_TESTS=On
27+
- name: Run tests5
28+
run: |
29+
sudo make -C build install
2730
- name: Run tests3
2831
run: |
2932
make -C build tests

0 commit comments

Comments
 (0)