Skip to content

Commit 2a0bcea

Browse files
committed
Downgrade Dart SDK version installed in the CI
1 parent f1cc7a4 commit 2a0bcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/get-dart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
VERSION=3.8.3
4+
VERSION=2.19.6
55

66
if [ "$OSTYPE" = msys ]; then
77
URL="https://storage.googleapis.com/dart-archive/channels/stable/release/${VERSION}/sdk/dartsdk-windows-x64-release.zip"

0 commit comments

Comments
 (0)