build: Build linux with Flutter 3.24.1

pull/1319/head v1.22.1
krille-chan 6 months ago
parent f9e143fd91
commit d70d8803c2
No known key found for this signature in database

@ -110,7 +110,7 @@ jobs:
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.6 # Workaround for not working on 3.22
flutter-version: ${{ env.FLUTTER_VERSION }}
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

Loading…
Cancel
Save