git.fiddlerwoaroof.com
Browse code

fix(ci): use nix profile?

Edward Langley authored on 30/03/2022 04:44:42
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ jobs:
30 30
       # Runs a set of commands using the runners shell
31 31
       - name: setup deps
32 32
         run: |
33
-          nix-env -i sbcl
33
+          nix profile install sbcl
34 34
           cd
35 35
           wget 'https://beta.quicklisp.org/quicklisp.lisp'
36 36
           sbcl --load quicklisp.lisp \