Skip to content

chore(deps): bump serde from 1.0.189 to 1.0.190 #556

chore(deps): bump serde from 1.0.189 to 1.0.190

chore(deps): bump serde from 1.0.189 to 1.0.190 #556

Workflow file for this run

name: flutter
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.7
channel: "stable"
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- working-directory: "flutter"
run: flutter build linux