Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnetwork authored Jun 25, 2024
1 parent 44da56a commit acd1da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Download and set up Flutter
run: |
curl -L -o flutter.zip https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.3.8-stable.zip
mkdir -p ${{ env.FLUTTER_ROOT }}
powershell -Command "New-Item -Path ${{ env.FLUTTER_ROOT }} -ItemType Directory -Force"
powershell -Command "Expand-Archive -Path flutter.zip -DestinationPath ${{ env.FLUTTER_ROOT }}"
echo "${{ env.FLUTTER_ROOT }}\\flutter\\bin" >> $GITHUB_PATH
Expand Down

0 comments on commit acd1da1

Please sign in to comment.