From 9cf39a170d075d596edea8a2f8e9933f1973777b Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 7 Jun 2021 00:34:53 +0300 Subject: [PATCH] Added docs on asdf-version. --- docs.lisp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs.lisp b/docs.lisp index 86fbf49..c8553f6 100644 --- a/docs.lisp +++ b/docs.lisp @@ -19,6 +19,7 @@ and [Qlot](https://github.com/fukamachi/qlot) inside the Github CI. " (@features section) (@typical-usage section) + (@asdf-version section) (@ql-file section) (@caching section) (@roadmap section) @@ -101,6 +102,19 @@ system. It is documented [here](https://40ants.com/run-tests). ") +(defsection @asdf-version (:title "Overriding qlfile") + " +By default, action will install the latest ASDF version. But sometimes you might +want to fix an ASDF version. In such case, use `asdf-version` argument: + +``` +- uses: 40ants/setup-lisp@v1 + with: + asdf-version: 3.3.4.18 +``` +") + + (defsection @ql-file (:title "Overriding qlfile") " Sometimes you might want to generate content of qlfile