Skip to content

Commit

Permalink
Fix CI (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 19, 2022
1 parent 38e4ffe commit e6a48b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sdk: [dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.0
- uses: dart-lang/setup-dart@v1.3
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand All @@ -45,7 +45,7 @@ jobs:
sdk: [2.12.3, dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.0
- uses: dart-lang/setup-dart@v1.3
with:
sdk: ${{ matrix.sdk }}
- id: install
Expand All @@ -68,9 +68,9 @@ jobs:
flutter-channel: [beta, stable]
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1.5.3
- uses: subosito/flutter-action@v2.4.0
with:
flutter-channel: ${{ matrix.flutter-channel }}
channel: ${{ matrix.flutter-channel }}
- id: install
run: dart pub get
- name: make git happy
Expand Down

0 comments on commit e6a48b9

Please sign in to comment.