Skip to content

Commit 72fef03

Browse files
committed
Another CI fix
1 parent a761fec commit 72fef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fi
1010
export VERSION=${GITHUB_REF_NAME:-$(git describe --always --tags --dirty=+ --abbrev=6)}
1111

1212
function do_build () {
13-
ocicl install
13+
ln -s "$(pwd)" "$HOME/quicklisp/local-projects/"
1414
sbcl --dynamic-space-size 2048 --disable-debugger --quit --load package/build.lisp
1515
}
1616

0 commit comments

Comments
 (0)