Skip to content

Commit 66e4cca

Browse files
committed
Merge pull request #1164 from dart-lang/appveyor
Prefer `wget latest` over chocolately.
2 parents 1e60a51 + b3d649b commit 66e4cca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
install:
6-
# TODO: Switch back to chocolatey once 1.12.0 is available.
7-
# - choco install -y dart-sdk -version 1.11.1
86
- ps: wget https://gsdview.appspot.com/dart-archive/channels/stable/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
97
- cmd: echo "Unzipping dart-sdk..."
108
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul

0 commit comments

Comments
 (0)