We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a106a8e commit a4542c9Copy full SHA for a4542c9
2 files changed
.github/actions/install-dependencies/action.yml
@@ -30,3 +30,8 @@ runs:
30
shell: bash
31
run: |
32
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
@@ -24,6 +24,9 @@ jobs:
24
- name: Run tests2
25
26
cmake -S . -B build -DNM_NG_ENABLE_TESTS=On
27
+ - name: Run tests5
28
29
+ sudo make -C build install
- name: Run tests3
make -C build tests
0 commit comments