Skip to content

Commit

Permalink
πŸ“ Chore(Actions): Try to fix flutter problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 5, 2024
1 parent 7e92d0e commit fe41dd8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
echo "$(pwd)/.flutter/bin"
echo "$(pwd)/.flutter/bin" >> $GITHUB_PATH
- name: "[Debug] Flutter Channel"
- name: "[Debug] Flutter Version"
run: |
flutter channel stable
git submodule
cd .flutter
git status
git checkout 3.19.2
- name: "[Debug] Flutter Version"
run: |
Expand Down

0 comments on commit fe41dd8

Please sign in to comment.