diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index cbadb68..d49142d 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -48,6 +48,11 @@ jobs: repository: ${{ github.event.inputs.repo }} ref: ${{ github.event.inputs.branch }} + - name: Export pub environment variable on Windows + run: | + echo "PUB_CACHE=$LOCALAPPDATA\\Pub\\Cache" >> $GITHUB_ENV + shell: bash + - name: Install flutter uses: subosito/flutter-action@v2 with: