Fixed asdf version in docs workflow.

This commit is contained in:
Alexander Artemenko 2021-10-28 16:50:02 +03:00
parent cc82acd63c
commit f2d00697d2
2 changed files with 4 additions and 2 deletions
.github/workflows
ci.lisp

View file

@ -29,7 +29,8 @@
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@v1",
"with": {
"asdf-system": "project-docs"
"asdf-system": "project-docs",
"asdf-version": "3.3.5.1"
}
},
{

View file

@ -9,4 +9,5 @@
(defworkflow docs
:on-push-to "master"
:by-cron "0 10 * * 1"
:jobs ((40ants-ci/jobs/docs:build-docs)))
:jobs ((40ants-ci/jobs/docs:build-docs
:asdf-version "3.3.5.1")))