Skip to content

Commit

Permalink
chore: update ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabeef committed Oct 1, 2021
1 parent 68f2ccd commit ddd03f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/flutter-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/[email protected]
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: '2.5.2'
- uses: dart-lang/setup-dart@v1
with:
sdk: '2.14.3'

- name: Cache Gradle modules
uses: actions/[email protected]
Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
${{ runner.os }}-
- name: Get flutter dependencies.
run: make dependencies
run: make deps

# - name: Check for any formatting and statically analyze the code.
# run: make format-analyze
Expand Down

0 comments on commit ddd03f5

Please sign in to comment.