Skip to content

Commit 543d8d5

Browse files
committed
simplify CI
1 parent a75419c commit 543d8d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
# The flutter action needs java so include it
21-
- uses: actions/setup-java@v1
22-
with:
23-
java-version: '12.x'
2420
# Include the flutter action
25-
- uses: subosito/flutter-action@v1
21+
- uses: subosito/flutter-action@v2
2622
with:
2723
channel: 'stable'
2824

0 commit comments

Comments
 (0)