diff --git a/.github/workflows/prbuild.yml b/.github/workflows/prbuild.yml index 1e3ae246..e87e212c 100644 --- a/.github/workflows/prbuild.yml +++ b/.github/workflows/prbuild.yml @@ -67,7 +67,7 @@ jobs: flutter-version: 3.16.8 channel: stable - name: Clear pubcache - run: flutter pub cache clean + run: flutter pub cache clean -f - name: Install project dependencies run: flutter pub get - name: Build artifacts