git.fiddlerwoaroof.com
Browse code

chore: fix $PATH

Edward Langley authored on 13/04/2023 20:42:20
Showing 1 changed files
... ...
@@ -56,6 +56,7 @@ jobs:
56 56
 
57 57
       - name: run tests
58 58
         run: |
59
+          export PATH="$HOME/.nix-profile/bin:$PATH"
59 60
           cd "$GITHUB_WORKSPACE"
60 61
           sbcl --disable-debugger --no-userinit \
61 62
                --load "$HOME/quicklisp/setup.lisp" \