From 42294d4062470c3ed73fcb124a5019937e21ec08 Mon Sep 17 00:00:00 2001 From: Ward Poelmans Date: Thu, 24 Aug 2023 11:15:18 +0200 Subject: [PATCH] no verbose untarring --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 4f2b76f..ebe71ca 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -25,7 +25,7 @@ jobs: cd /tmp # install library core in /tmp, tests need it wget -O template-library-core-master.tar.gz https://codeload.github.com/quattor/template-library-core/tar.gz/master - tar -xvzf template-library-core-master.tar.gz + tar -xzf template-library-core-master.tar.gz cd - - name: Cache Maven packages uses: actions/cache@v3