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 a761fec commit 72fef03Copy full SHA for 72fef03
package.sh
@@ -10,7 +10,7 @@ fi
10
export VERSION=${GITHUB_REF_NAME:-$(git describe --always --tags --dirty=+ --abbrev=6)}
11
12
function do_build () {
13
- ocicl install
+ ln -s "$(pwd)" "$HOME/quicklisp/local-projects/"
14
sbcl --dynamic-space-size 2048 --disable-debugger --quit --load package/build.lisp
15
}
16
0 commit comments