Fixed asdf version in docs workflow.
Some checks failed
tests / test with sbcl-bin on macos-latest (push) Has been cancelled
tests / test with sbcl-bin on ubuntu-latest (push) Has been cancelled
tests / test with sbcl-bin on windows-latest (push) Has been cancelled

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

View file

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

View file

@ -9,4 +9,5 @@
(defworkflow docs (defworkflow docs
:on-push-to "master" :on-push-to "master"
:by-cron "0 10 * * 1" :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")))