Skip to content

Commit cc2e9e2

Browse files
authored
Change Flutter SDK setup action in workflow
Updated Flutter SDK installation step in workflow.
1 parent 9633e63 commit cc2e9e2

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/flutter-web.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
- name: Checkout Repository
1818
uses: actions/checkout@v4
1919

20-
# Note: This workflow uses the latest stable version of the Dart SDK.
21-
# You can specify other versions if desired, see documentation here:
22-
# https://github.com/dart-lang/setup-dart/blob/main/README.md
23-
# - uses: dart-lang/setup-dart@v1
24-
- name: Set up Flutter
25-
uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
20+
- name: Install Flutter SDK
21+
# You may pin to the exact commit or the version.
22+
# uses: monterail/flutter-action@8c0b4ae773b3a43022bbac48c30d7c67574bc2e6
23+
uses: monterail/flutter-action@v1
24+
with:
25+
# Desired Flutter channel
26+
channel: # optional, default is stable
27+
2628

2729
- name: Install dependencies
2830
run: flutter pub get

0 commit comments

Comments
 (0)