diff --git a/action.yml b/action.yml index b5065da..b314787 100644 --- a/action.yml +++ b/action.yml @@ -188,6 +188,27 @@ runs: # the other Lisp files in general, so it's better to tell Quicklisp # to update all its dists. ros -e "(ql:update-all-dists :prompt nil)" + - name: Install Quicklisp patch for package-inferred systems + shell: lispsh {0} + run: | + git clone \ + --no-tags \ + --single-branch \ + --depth=1 \ + https://github.com/40ants/quicklisp-client-fix \ + ~/.quicklisp-client-fix + + cat >> ~/.roswell/init.lisp <