can't see why this would fix anything
Some checks failed
Test, Build and Release apk / Build APK (push) Failing after 14m9s
Test, Build and Release web / Build Web (push) Failing after 21m2s

This commit is contained in:
Remy Moll 2024-05-03 08:38:30 +02:00
parent 19d1192ead
commit 110537fabc

View File

@ -12,8 +12,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/actions/setup-java@v4 - uses: https://github.com/actions/setup-java@v4
with: with:
java-version: '21' java-version: '12'
distribution: 'oracle' distribution: 'zulu'
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable