ci: install openssl

This commit is contained in:
Tien Do Nam
2025-10-12 18:24:33 +02:00
parent 01d40e93f9
commit 3add4f2118
+3
View File
@@ -68,6 +68,9 @@ jobs:
toolchain: stable
override: ${{ env.RUST_VERSION }}
- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install -y libssl-dev
- name: Dependencies
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: flutter pub get