git.fiddlerwoaroof.com
Browse code

chore: fiddle

Edward Langley authored on 13/04/2023 20:36:22
Showing 1 changed files
... ...
@@ -38,6 +38,8 @@ jobs:
38 38
       - name: setup lisp
39 39
         run: |
40 40
           nix profile list
41
+          echo $PATH
42
+          ls ~/.nix-profile/bin
41 43
           sbcl --quit
42 44
           command -v sbcl || exit 36
43 45