and more
Some checks failed
Test, Build and Release web / Build Web (push) Has been cancelled
Test, Build and Release apk / Build APK (push) Failing after 4s

This commit is contained in:
Remy Moll 2024-05-02 18:31:34 +02:00
parent 4e0d6e72d7
commit 211fc20e78
2 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y xz-utils sudo apt-get install -y xz-utils
- uses: https://github.com/actions/checkout@v1 - uses: actions/checkout@v4
- uses: https://github.com/actions/setup-java@v1 - uses: https://github.com/actions/setup-java@v4
with: with:
java-version: '12.x' java-version: '21'
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable

View File

@ -10,7 +10,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y xz-utils sudo apt-get install -y xz-utils
- uses: https://github.com/actions/checkout@v1 - uses: actions/checkout@v4
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable