Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 24, 2024
1 parent 5eb6758 commit a6c1d83
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c1d83

Please sign in to comment.