build: Use Flutter 3.19.6 for Linux

This commit is contained in:
krille-chan 2024-05-29 19:30:53 +02:00
commit d4da2dd431
No known key found for this signature in database
8 changed files with 43 additions and 10 deletions

View file

@ -110,7 +110,7 @@ jobs:
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
flutter-version: 3.19.6 # Workaround for not working on 3.22
cache: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libsecret-1-dev libsecret-1-0 librhash0 libssl-dev -y