fix(ci): use nix profile?

This commit is contained in:
Edward Langley
2022-03-29 21:44:42 -07:00
parent fa22323fa8
commit 725744a4e0

View File

@ -30,7 +30,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: setup deps
run: |
nix-env -i sbcl
nix profile install sbcl
cd
wget 'https://beta.quicklisp.org/quicklisp.lisp'
sbcl --load quicklisp.lisp \