Downgrade Dart SDK version installed in the CI

This commit is contained in:
Byoungchan Lee 2025-08-08 17:40:30 +09:00
parent f1cc7a445f
commit 2a0bcea757

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
VERSION=3.8.3
VERSION=2.19.6
if [ "$OSTYPE" = msys ]; then
URL="https://storage.googleapis.com/dart-archive/channels/stable/release/${VERSION}/sdk/dartsdk-windows-x64-release.zip"