ci: remove openssl

This commit is contained in:
Tien Do Nam
2025-10-13 02:09:47 +02:00
parent f04dfce09b
commit 39b467ba18
+1 -4
View File
@@ -68,16 +68,13 @@ jobs:
toolchain: stable
override: ${{ env.RUST_VERSION }}
- name: Install OpenSSL
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
- name: Dependencies
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: flutter pub get
- name: Build APK
working-directory: ${{ env.APK_BUILD_DIR }}/app
run: OPENSSL_DIR=/usr/include/openssl flutter build apk --split-per-abi
run: flutter build apk --split-per-abi
- name: Upload APK
uses: actions/upload-artifact@v4