Skip to content

Commit 6cf9e9a

Browse files
committed
Workaround for SBCL bug
1 parent fc2a07b commit 6cf9e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ branches:
2222
install:
2323
- set PATH=C:\msys64\usr\bin\;%PATH%
2424
- pacman --noconfirm -S zip
25-
- sh -c "curl -L http://bodge.borodust.org/files/install.sh | sh"
25+
- sh -c "curl -L http://bodge.borodust.org/files/install.sh | sh -s ccl"
2626

2727
build_script:
2828
- >

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ os:
2525
- osx
2626

2727
install:
28-
- curl -L http://bodge.borodust.org/files/install.sh | sh
28+
- curl -L http://bodge.borodust.org/files/install.sh | sh -s ccl
2929

3030
script:
3131
- >

0 commit comments

Comments
 (0)