diff --git a/.github/workflows/browerstack.yml b/.github/workflows/browerstack.yml index ce2f138bf6..922aeefd81 100644 --- a/.github/workflows/browerstack.yml +++ b/.github/workflows/browerstack.yml @@ -54,9 +54,11 @@ jobs: mv "${FLUTTER_ROOT}/.pub-cache/bin/protoc-gen-dart" "${HOME}/.pub-cache/bin" - name: Build Android-Lib + shell: bash run: make android-lib ANDROID_ARCH=all - name: Build APK + shell: bash run: | flutter pub get echo "CI=true" >> $GITHUB_ENV