mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix cipackages.yml
This commit is contained in:
parent
f46626ad3a
commit
759282cfc1
2
.github/workflows/cipackages.yml
vendored
2
.github/workflows/cipackages.yml
vendored
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user