Skip to content

Bump json_serializable from 6.8.0 to 6.9.0 (#9) #48

Bump json_serializable from 6.8.0 to 6.9.0 (#9)

Bump json_serializable from 6.8.0 to 6.9.0 (#9) #48

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.24.3"
cache: true
- name: Get Dependencies
run: flutter pub get
- name: Build
run: flutter build windows