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 881f8bc commit 6c30a49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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 @@ -31,7 +30,6 @@ 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 @@ -54,7 +52,6 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- run: flutter doctor
- run: flutter pub get
- run: flutter build apk
Expand Down

0 comments on commit 6c30a49

Please sign in to comment.