chore: try fixing github action

This commit is contained in:
Edward Langley
2023-04-13 13:29:59 -07:00
parent 821ec9407b
commit 7309c59ca8

View File

@ -34,6 +34,9 @@ jobs:
cd
nix profile install nixpkgs\#sbcl
- name: setup lisp
run: |
command -v sbcl || exit 36
wget 'https://beta.quicklisp.org/quicklisp.lisp'