From c6a8e2606ea7734a28c4138f6deed20032c8a71c Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Wed, 6 Aug 2025 10:35:50 -0400 Subject: [PATCH] use new script on beta --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index ffc527caf..b66437cd2 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -35,7 +35,7 @@ jobs: - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: ${{ matrix.channel }} - - run: ./tool/ci_script.dart + - run: flutter pub get && dart tool/ci_script.dart # Verify the Android add-to-app samples build and pass tests with the beta # channel.