From 9bcee813d62bbf650561285f4fbd167e9b087ced Mon Sep 17 00:00:00 2001 From: Ox Cart Date: Wed, 13 Sep 2023 10:23:17 -0500 Subject: [PATCH] Use bash shell in browserstack CI --- .github/workflows/browerstack.yml | 2 ++ 1 file changed, 2 insertions(+) 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