Skip to content

Commit acfbbaf

Browse files
committed
Added flutter SDK to action instead of Dart.
1 parent f486025 commit acfbbaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dart.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
# Note: This workflow uses the latest stable version of the Dart SDK.
22-
# You can specify other versions if desired, see documentation here:
23-
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24-
# - uses: dart-lang/setup-dart@v1
25-
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
21+
- name: Setup Flutter SDK
22+
uses: flutter-actions/setup-flutter@v4
23+
with:
24+
channel: stable
25+
version: 3.32.2
2626

2727
- name: Install dependencies
28-
run: dart pub get
28+
run: flutter pub get
2929

3030
# Uncomment this step to verify the use of 'dart format' on each commit.
3131
# - name: Verify formatting

0 commit comments

Comments
 (0)