diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d6a50442..fb1d4f75b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,11 +67,8 @@ jobs: run: echo "PUB_CACHE="$HOME/.pub-cache"" >> $GITHUB_ENV - name: Install dependencies run: flutter pub get - - name: Install dependencies (integration/buid.yaml) - run: | - if test -d "integration/build_yaml"; then - flutter pub get integration/build_yaml - fi + - if: matrix.package_path != 'packages/riverpod_generator' + run: rm -rf integration - name: Install dependencies (website/third-party) run: | if test -d "third-party"; then