mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
chore: ci: install utf8proc
This commit is contained in:
parent
970c8108b7
commit
0880eed7b6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -190,7 +190,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt -y update && sudo apt -y install cmake ninja-build libssl-dev unixodbc-dev libmysqlclient-dev redis-server libexpat1-dev zlib1g-dev libpcre3-dev libpng-dev
|
||||
- run: sudo apt -y update && sudo apt -y install cmake ninja-build libssl-dev unixodbc-dev libmysqlclient-dev redis-server libexpat1-dev zlib1g-dev libpcre3-dev libutf8proc-dev libpng-dev
|
||||
- run: cmake -S. -Bcmake-build -GNinja -DENABLE_TESTS=ON -DPOCO_UNBUNDLED=ON -DENABLE_PDF=ON && cmake --build cmake-build --target all
|
||||
- uses: ./.github/actions/retry-action
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user