mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
fix(ci): use nix profile?
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: setup deps
|
- name: setup deps
|
||||||
run: |
|
run: |
|
||||||
nix-env -i sbcl
|
nix profile install sbcl
|
||||||
cd
|
cd
|
||||||
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
||||||
sbcl --load quicklisp.lisp \
|
sbcl --load quicklisp.lisp \
|
||||||
|
|||||||
Reference in New Issue
Block a user