Skip to content

bump ios sdk to 3.9.114 (#44) #119

bump ios sdk to 3.9.114 (#44)

bump ios sdk to 3.9.114 (#44) #119

Workflow file for this run

name: Flutter build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
- run: flutter pub get
# - run: flutter test
- run: flutter build
- run: dart pub publish --dry-run