Skip to content

Commit

Permalink
Use newest Flutter setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed Jun 16, 2022
1 parent a1887d0 commit b9839a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable
architecture: x64

- name: Install dependencies
run: flutter packages get
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Flutter
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
channel: stable

Expand Down

0 comments on commit b9839a2

Please sign in to comment.