Skip to content

Commit 1f3d7e5

Browse files
committed
fix dart not found
1 parent b14ae1c commit 1f3d7e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
package: [workmanager, workmanager_platform_interface, workmanager_android, workmanager_ios]
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: subosito/flutter-action@v2
13+
with:
14+
channel: "stable"
15+
cache: true
1216
- name: bootstrap
1317
run: |
1418
dart pub global activate melos

0 commit comments

Comments
 (0)