Skip to content

Commit

Permalink
no verbose untarring
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Aug 24, 2023
1 parent d14bb94 commit 42294d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 42294d4

Please sign in to comment.