chore: fix $PATH

This commit is contained in:
Edward Langley
2023-04-13 13:42:20 -07:00
parent 3f27d70514
commit 903c0aaced

View File

@ -56,6 +56,7 @@ jobs:
- name: run tests - name: run tests
run: | run: |
export PATH="$HOME/.nix-profile/bin:$PATH"
cd "$GITHUB_WORKSPACE" cd "$GITHUB_WORKSPACE"
sbcl --disable-debugger --no-userinit \ sbcl --disable-debugger --no-userinit \
--load "$HOME/quicklisp/setup.lisp" \ --load "$HOME/quicklisp/setup.lisp" \