diff --git a/.github/workflows/compile_apk.yml b/.github/workflows/compile_apk.yml index 5d69a08b..1cc43be1 100644 --- a/.github/workflows/compile_apk.yml +++ b/.github/workflows/compile_apk.yml @@ -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