Skip to content

Commit

Permalink
more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 13, 2023
1 parent cde440b commit 1a150e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_linux_task:
fvm doctor
flutter --version
flutter precache --android
flutter build apk --config-only
cd packages/patrol/example && flutter build apk --config-only
melos_bootstrap_script: |
dart pub global activate melos
melos bootstrap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/adb-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
main:
name: Dart ${{ matrix.sdk }}
name: Dart ${{ matrix.dart-version }}
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
sdk: ['3.1']
dart-version: ['3.1']

defaults:
run:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/patrol_gen-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:

jobs:
prepare:
name: Flutter ${{ matrix.flutter-version }}
name: Dart ${{ matrix.dart-version }}
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
sdk: ['3.0.0', stable]
dart-version: ['3.1']

defaults:
run:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
sdk: ${{ matrix.dart-version }}

- name: dart pub get
run: dart pub get
Expand Down

0 comments on commit 1a150e4

Please sign in to comment.