Skip to content

Commit

Permalink
Window CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Nov 26, 2024
1 parent 27d5e53 commit e0fab5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,13 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.24.3
cache: true
cache-key: "flutter-windows" # we don't need *the* most recent build

- name: Flutter Doctor
run: flutter doctor

- name: Build MSIX
run: |
flutter pub get
Expand Down

0 comments on commit e0fab5f

Please sign in to comment.