Skip to content

Commit

Permalink
Switch to setup-lisp@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Dec 13, 2023
1 parent 59f9d63 commit 661304c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
11 changes: 11 additions & 0 deletions src/changelog.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"ASDF"
"OSX")
:external-docs ("https://40ants.com/40ants-asdf-system/"))
(0.12.0 2023-12-14
"
Changed
=======
Jobs now use setup-lisp@v3 action where a fix to quicklisp-client is applied.
This fix makes ql:quickload work with package-inferred systems.
If you want to use this fix in your own environments, you can find
it [here](https://github.com/40ants/quicklisp-client-fix).
")
(0.11.0 2023-12-01
"
Added
Expand Down
11 changes: 4 additions & 7 deletions src/core.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ it will generate `.github/workflows/linter.yml` with following content:
},
{
\"name\": \"Setup Common Lisp Environment\",
\"uses\": \"40ants/setup-lisp@v2\",
\"uses\": \"40ants/setup-lisp@v3\",
\"with\": {
\"asdf-system\": \"example\"
}
Expand Down Expand Up @@ -207,8 +207,6 @@ and they will be executed in parallel. See docs on 40ANTS-CI/JOBS/CRITIC:CRITIC
to learn about supported arguments.")


<<<<<<< Updated upstream
=======
(defsection @autotag (:title "Autotag")
"
This job is automates git tag placement on the commit where you have changed the ChangeLog.md.
Expand All @@ -231,7 +229,6 @@ git tag will be pushed. Here is an [example](https://github.com/quicklisp/quickl
(40ants-ci/jobs/autotag:autotag class))


>>>>>>> Stashed changes
(defsection @run-tests (:title "Running Tests"
:ignore-words ("ASDF:TEST-SYSTEM"))
"
Expand Down Expand Up @@ -291,7 +288,7 @@ It will generate `.github/workflows/ci.yml` with following content:
},
{
\"name\": \"Setup Common Lisp Environment\",
\"uses\": \"40ants/setup-lisp@v2\",
\"uses\": \"40ants/setup-lisp@v3\",
\"with\": {
\"asdf-system\": \"example\"
}
Expand Down Expand Up @@ -441,7 +438,7 @@ It will generate `.github/workflows/docs.yml` with following content:
},
{
\"name\": \"Setup Common Lisp Environment\",
\"uses\": \"40ants/setup-lisp@v2\",
\"uses\": \"40ants/setup-lisp@v3\",
\"with\": {
\"asdf-system\": \"example\",
\"qlfile-template\": \"\"
Expand Down Expand Up @@ -516,7 +513,7 @@ modified .github/workflows/docs.yml
+ },
{
\"name\": \"Setup Common Lisp Environment\",
\"uses\": \"40ants/setup-lisp@v2\",
\"uses\": \"40ants/setup-lisp@v3\",
\"with\": {
\"asdf-system\": \"40ants-ci\",
\"qlfile-template\": \"\"
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/lisp-job.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
(make-cache-steps job)
(list
(action "Setup Common Lisp Environment"
"40ants/setup-lisp@v2"
"40ants/setup-lisp@v3"
:asdf-system (asdf-system job)
:asdf-version (asdf-version job)
:roswell-version (roswell-version job)
Expand Down

0 comments on commit 661304c

Please sign in to comment.