ci: install pkg-config

This commit is contained in:
Tien Do Nam
2025-10-12 19:50:28 +02:00
parent 3add4f2118
commit 15c68c74f8
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
override: ${{ env.RUST_VERSION }}
- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install -y libssl-dev
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
- name: Dependencies
working-directory: ${{ env.APK_BUILD_DIR }}/app