Skip to content

Updated packages

Updated packages #51

name: Windows Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.27.1"
cache: true
- name: Get Dependencies
run: flutter pub get
- name: Build
run: flutter build windows