mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Downgrade Dart SDK version installed in the CI
This commit is contained in:
parent
f1cc7a445f
commit
2a0bcea757
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue