We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2a07b + 6cf9e9a commit b768e47Copy full SHA for b768e47
.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