mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
ci: install pkg-config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user