Skip to content

Commit

Permalink
πŸ“ πŸ”§ Chore, Fix(Action): Try to set PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 5, 2024
1 parent 8ae4844 commit 28c0fc5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
with:
submodules: true

# - uses: subosito/flutter-action@v2
# with:
# channel: "stable"
# cache: true

- name: "Setting environment"
run: |
export PATH="$PWD/.flutter:$PATH"
echo "$PWD/.flutter/" >> $GITHUB_PATH
- name: "[Debug] Flutter Version"
run: |
Expand Down

0 comments on commit 28c0fc5

Please sign in to comment.