From a685090786c928409bbefa082dfbfd9df973459b Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sun, 18 Feb 2024 16:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Try=20to=20fix=20cronet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cronet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 09201eced8..9cf9be4560 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -66,4 +66,4 @@ jobs: arch: x86_64 target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }} profile: pixel - script: cd pkgs/${{ matrix.package }}/example && flutter pub get && flutter test --timeout=1200s integration_test/ + script: cd pkgs/${{ matrix.package }}/example && flutter test --timeout=1200s integration_test/