Skip to content

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter #566

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter

chore(deps): bump go_router from 11.1.4 to 12.0.1 in /flutter #566

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