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 3a51d4b commit 7e92d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
echo "$(pwd)/.flutter/bin"
echo "$(pwd)/.flutter/bin" >> $GITHUB_PATH
- name: "[Debug] Flutter Channel"
run: |
flutter channel stable
- name: "[Debug] Flutter Version"
run: |
flutter --version
Expand Down

0 comments on commit 7e92d0e

Please sign in to comment.