Skip to content

Commit

Permalink
Update arm64-build.yml
Browse files Browse the repository at this point in the history
trying to find a working arm64 version of flutter
  • Loading branch information
alexmarkley authored Aug 15, 2024
1 parent 0a06095 commit d1d380d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ 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
cache: true
channel: stable
# 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
- run: flutter pub get
Expand Down

0 comments on commit d1d380d

Please sign in to comment.