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 a0f1089Copy full SHA for a0f1089
2 files changed
testing/get-coursier.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -euo pipefail
+set -euxo pipefail
3
4
if [ "$OSTYPE" = msys ]; then
5
URL='https://github.com/coursier/coursier/releases/download/v2.1.0-RC4/cs-x86_64-pc-win32.zip'
testing/get-dart.sh
VERSION=2.19.6
0 commit comments