1 parent 68c2b95 commit 9633e63Copy full SHA for 9633e63
1 file changed
.github/workflows/flutter-web.yml
@@ -17,10 +17,12 @@ jobs:
17
- name: Checkout Repository
18
uses: actions/checkout@v4
19
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
- uses: subosito/flutter-action@v2
- with:
- flutter-version: "stable"
25
+ uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
26
27
- name: Install dependencies
28
run: flutter pub get
0 commit comments