Skip to content

Commit

Permalink
Merge pull request #112 from go-flutter-desktop/fix/hover-image
Browse files Browse the repository at this point in the history
Fix flutter version in Github Actions
  • Loading branch information
jld3103 committed Sep 14, 2020
2 parents b632bec + 9070367 commit 422466e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
matrix:
format: [darwin-dmg, darwin-pkg, linux-appimage, linux-deb, linux-rpm, linux-snap, windows-msi]
container:
image: goflutter/hover:v0.42.0
image: goflutter/hover:v0.43.0

steps:
- name: Update flutter
run: |
apt-get update
apt-get install -y unzip
flutter upgrade
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit 422466e

Please sign in to comment.