Skip to content

Commit d05ca40

Browse files
committed
Yet another CI fix
1 parent b43bfbf commit d05ca40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.sh

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

1212
function do_build () {
13-
ln -s "$(pwd)" "$HOME/quicklisp/local-projects/"
1413
sbcl --dynamic-space-size 2048 --disable-debugger --quit --load package/build.lisp
1514
}
1615

package/build.lisp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(push :ecs-unsafe *features*)
22
(proclaim '(optimize (speed 3) (safety 0) (debug 0) (compilation-speed 0)))
3+
(pushnew (uiop:getcwd) asdf:*central-registry*)
34
(ql:quickload '(:thoughtbound :deploy))
45
(asdf:make :thoughtbound)

0 commit comments

Comments
 (0)