From a3269365c06c66edd1047d30b1f0c8c598563ce6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 28 Aug 2021 23:14:24 +0200 Subject: .build.yml: Fix for previous commit. First cd .., then remove the libayatana-common-build folder. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 4b677d7..203b21e 100644 --- a/.build.yml +++ b/.build.yml @@ -86,6 +86,7 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - cd .. - rm -Rf libayatana-common-build/ build_scripts: -- cgit v1.2.3