Skip to content

Commit

Permalink
Use bash shell in browserstack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 13, 2023
1 parent 2b336ac commit 9bcee81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/browerstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bcee81

Please sign in to comment.