Skip to content

Commit e9ce528

Browse files
committed
be ==> dev
1 parent 757a532 commit e9ce528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
install:
66
# TODO: Switch back to chocolatey once 1.12.0 is available.
77
# - choco install -y dart-sdk -version 1.11.1
8-
- ps: wget https://gsdview.appspot.com/dart-archive/channels/be/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
8+
- ps: wget https://gsdview.appspot.com/dart-archive/channels/dev/raw/latest/sdk/dartsdk-windows-x64-release.zip -OutFile dart-sdk.zip
99
- cmd: echo "Unzipping dart-sdk..."
1010
- cmd: 7z x dart-sdk.zip -o"C:\tools" -y > nul
1111
- set PATH=%PATH%;C:\tools\dart-sdk\bin

0 commit comments

Comments
 (0)