Skip to content

Commit 192f2b5

Browse files
committed
ci(test): do not setup java
1 parent e012f81 commit 192f2b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-java@v4
20-
with:
21-
distribution: 'zulu'
22-
java-version: '11'
2319
- uses: subosito/flutter-action@v2
2420
with:
2521
flutter-version: ${{env.CI_FLUTTER_VERSION}}

0 commit comments

Comments
 (0)