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.