File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments