Skip to content

Commit

Permalink
fix cipackages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Feb 18, 2024
1 parent 17c0e31 commit f282ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cipackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit f282ab0

Please sign in to comment.