From 2c3b011df8611f9960dd36a0911544d58c161298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 16 Jun 2021 14:46:36 +0200 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d84b14a6..c32e57202 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,5 +6,6 @@ jobs: steps: - uses: actions/checkout@v2 - run: sudo apt update && sudo apt install libssl-dev unixodbc-dev libmysqlclient-dev - - run: cd poco && ./configure --everything --omit=PDF && make all -s -j4 && sudo make install - - run: cd poco && sudo -s ./travis/runtests.sh + - run: ls -l + - run: ./configure --everything --omit=PDF && make all -s -j4 && sudo make install + - run: sudo -s ./travis/runtests.sh