]> granicus.if.org Git - icinga2/commitdiff
Update main-ubuntu.yml feature/github-actions 7592/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 25 Oct 2019 11:52:21 +0000 (13:52 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2019 11:52:21 +0000 (13:52 +0200)
Fix build chdir

.github/workflows/main-ubuntu.yml

index b193d73d238124cbd1e0675dae68b1735b1b177d..98b376671e9cef4ba4f81a48b82aee578fe201c6 100644 (file)
@@ -34,6 +34,7 @@ jobs:
         -DCMAKE_INSTALL_RPATH=/usr/lib/${arch}-linux-gnu/icinga-boost
     - name: Build
       run: |
-         make
-         make test
-         make install
+        cd debug
+        make
+        make test
+        make install