We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0f566 commit 7a0a86eCopy full SHA for 7a0a86e
.github/workflows/dart.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- uses: actions/setup-java@v4
26
with:
27
+ distribution: 'zulu' # Or 'temurin', 'oracle', etc.
28
java-version: '11'
29
30
- run: flutter pub get
0 commit comments