From f63e32b47a2a082a8232ff9cbaff215be4e3e46b Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Fri, 1 Aug 2025 14:26:18 -0400 Subject: [PATCH] add flutter pub get to github action --- llm.md => .gemini/llm-role.md | 0 release.md => .gemini/release.md | 0 .github/workflows/main.yml | 2 +- .gitignore | 1 - 4 files changed, 1 insertion(+), 2 deletions(-) rename llm.md => .gemini/llm-role.md (100%) rename release.md => .gemini/release.md (100%) diff --git a/llm.md b/.gemini/llm-role.md similarity index 100% rename from llm.md rename to .gemini/llm-role.md diff --git a/release.md b/.gemini/release.md similarity index 100% rename from release.md rename to .gemini/release.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e602c38d..7123e5c90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: beta - - run: cd tool && pub get && dart ./tool/ci_script.dart && cd ../ + - run: cd tool && flutter pub get && dart ./tool/ci_script.dart && cd ../ # android-build: # runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index 39a64a6b4..0b334ec52 100644 --- a/.gitignore +++ b/.gitignore @@ -84,5 +84,4 @@ yarn.lock !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages .claude/ -.gemini/ logs/ \ No newline at end of file