Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Mar 6, 2024
1 parent 28334a9 commit aab667d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aab667d

Please sign in to comment.