Skip to content

Commit

Permalink
Update cronet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Dec 5, 2023
1 parent 17a959a commit 47d1b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cp -r pkgs/cronet_http pkgs/cronet_http_embedded
cd pkgs/cronet_http_embedded
dart tool/prepare_for_embedded.dart
flutter pub get && dart tool/prepare_for_embedded.dart
- id: install
name: Install dependencies
working-directory: 'pkgs/${{ matrix.package }}'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
cp -r pkgs/cronet_http pkgs/cronet_http_embedded
cd pkgs/cronet_http_embedded
dart tool/prepare_for_embedded.dart
flutter pub get && dart tool/prepare_for_embedded.dart
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 47d1b93

Please sign in to comment.