Skip to content

Commit

Permalink
ci: disable borodust quicklisp
Browse files Browse the repository at this point in the history
gone?
  • Loading branch information
azimut committed Oct 30, 2024
1 parent 077a894 commit b2aa0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ jobs:
--eval '(load "quicklisp.lisp")' \
--eval '(quicklisp-quickstart:install)' \
--eval '(ql-util:without-prompting (ql:add-to-init-file))' \
--eval '(ql:update-all-dists)' \
--eval '(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt" :replace t :prompt nil)'
--eval '(ql:update-all-dists)'
if: steps.cache.outputs.cache-hit != 'true'

- name: Get LISP deps
Expand Down

0 comments on commit b2aa0d4

Please sign in to comment.