fix cipackages.yml

This commit is contained in:
Günter Obiltschnig 2024-02-18 19:59:18 +01:00 committed by Alex Fabijanic
parent f46626ad3a
commit 759282cfc1

View File

@ -64,5 +64,5 @@ jobs:
name: posix-archives
- run: sudo apt -y update && sudo apt -y install libssl-dev unixodbc-dev redis-server libmysqlclient-dev
- run: rm poco-*-all.tar.gz
- run: mkdir poco && cd poco && tar --strip-components=1 xfz ../poco-*.tar.gz
- run: mkdir poco && cd poco && tar xfz ../poco-*.tar.gz --strip-components=1
- run: cd poco && ./configure --everything && make all -s -j`nproc`