Skip to content

chore(deps): bump lightning from 0.0.116 to 0.0.118 #559

chore(deps): bump lightning from 0.0.116 to 0.0.118

chore(deps): bump lightning from 0.0.116 to 0.0.118 #559

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