URL: http://github.com/pre-commit/pre-commit/commit/422708f47d44ebe6b24b9033d43c33138ebf2454
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35134b commit 422708fCopy full SHA for 422708f
2 files changed
testing/get-coursier.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-if [ "$OSTYPE" = msys ]; then
+if [ "$OSTYPE" = cygwin ]; then
5
URL='https://github.com/coursier/coursier/releases/download/v2.1.0-RC4/cs-x86_64-pc-win32.zip'
6
SHA256='0d07386ff0f337e3e6264f7dde29d137dda6eaa2385f29741435e0b93ccdb49d'
7
TARGET='/tmp/coursier/cs.zip'
testing/get-dart.sh
@@ -3,7 +3,7 @@ set -euo pipefail
VERSION=2.19.6
URL="https://storage.googleapis.com/dart-archive/channels/stable/release/${VERSION}/sdk/dartsdk-windows-x64-release.zip"
8
cygpath -w /tmp/dart-sdk/bin >> "$GITHUB_PATH"
9
else
0 commit comments