Skip to content

Commit b0166fd

Browse files
committed
Fix test workflow
1 parent e590375 commit b0166fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dart.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
- uses: ./
3030
with:
3131
version: ${{ matrix.version }}
32-
33-
- name: Setup Flutter SDK
34-
run: echo -e "yes\nyes\n" | fvm install stable --skip-pub-get
32+
workspace: test
3533

3634
- run: |
3735
cd test

0 commit comments

Comments
 (0)