Skip to content

Commit

Permalink
build: Build linux with Flutter 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Sep 1, 2024
1 parent f9e143f commit d70d880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d70d880

Please sign in to comment.