diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30080f6be..0aaacce49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -175,7 +175,7 @@ jobs: run: | sudo systemctl daemon-reload sudo systemctl enable ndpid@lo - sudo systemctl start ndpid@lo + sudo systemctl --wait start ndpid@lo sudo systemctl status ndpisrvd.service ndpid@lo.service sudo systemctl show ndpisrvd.service ndpid@lo.service -p SubState,ActiveState - name: Build against libnDPI-${{ matrix.ndpi_min_version }} |