Skip to content

Commit

Permalink
Parse namestring
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jan 25, 2024
1 parent f4ca3da commit 058fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: install quicklisp
run: |
curl -O https://beta.quicklisp.org/quicklisp.lisp
../sbcl/run-sbcl.sh --load quicklisp.lisp --eval "(quicklisp-quickstart:install :path #p\"${{ github.workspace }}\quicklisp\")" --eval "(quit)"
../sbcl/run-sbcl.sh --load quicklisp.lisp --eval "(quicklisp-quickstart:install :path (uiop:parse-native-namestring \"${{ github.workspace }}\quicklisp\"))" --eval "(quit)"
- name: build example
working-directory: examples/smart-libraries
run: |
Expand Down

0 comments on commit 058fda1

Please sign in to comment.