We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2a07b commit 6cf9e9aCopy full SHA for 6cf9e9a
.appveyor.yaml
@@ -22,7 +22,7 @@ branches:
22
install:
23
- set PATH=C:\msys64\usr\bin\;%PATH%
24
- pacman --noconfirm -S zip
25
- - sh -c "curl -L http://bodge.borodust.org/files/install.sh | sh"
+ - sh -c "curl -L http://bodge.borodust.org/files/install.sh | sh -s ccl"
26
27
build_script:
28
- >
.travis.yml
@@ -25,7 +25,7 @@ os:
- osx
- - curl -L http://bodge.borodust.org/files/install.sh | sh
+ - curl -L http://bodge.borodust.org/files/install.sh | sh -s ccl
29
30
script:
31
0 commit comments