Skip to content

Commit

Permalink
Update flutter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivan22 authored Sep 5, 2024
1 parent 4ccb84a commit 1e86d35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: dart run msix:create --install-certificate false
- name: Upload windows build
uses: actions/upload-artifact@v4
Expand All @@ -30,6 +31,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libblkid1 liblzma5
Expand All @@ -52,7 +54,8 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter doctor
cache: true
- run: flutter doctor -v
- run: flutter pub get
- run: flutter build apk
- name: Upload apk
Expand Down

0 comments on commit 1e86d35

Please sign in to comment.