mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-06 07:19:12 -05:00
Downgrade Dart SDK version installed in the CI
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user