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 fe41dd8 commit 1fce7d6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,25 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# submodules: true

- name: Checkout Flutter SDK
uses: actions/checkout@v4
with:
submodules: true
repository: "flutter/flutter"
ref: "3.19.2"
path: ".flutter"

- name: "Setting environment"
run: |
echo "$(pwd)/.flutter/bin"
echo "$(pwd)/.flutter/bin" >> $GITHUB_PATH
- name: "[Debug] Flutter Version"
- name: "[Debug] Flutter Repo"
working-directory: .flutter
run: |
git submodule
cd .flutter
git status
git checkout 3.19.2
Expand Down

0 comments on commit 1fce7d6

Please sign in to comment.