Skip to content

Commit

Permalink
ci: remove workaround for windows flutter ci
Browse files Browse the repository at this point in the history
  • Loading branch information
richardshiue committed Mar 21, 2024
1 parent a5a0575 commit 1452a6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ 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 1452a6e

Please sign in to comment.