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