Skip to content

Commit

Permalink
Fixed context.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jun 19, 2024
1 parent a232660 commit 8ba0feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Setup Common Lisp Environment",
"uses": "40ants/setup-lisp@debug-log-for-quicklisp-fix",
"with": {
"qlfile-template": "{% ifequal quicklisp_dist \"ultralisp\" %}\ndist ultralisp http://dist.ultralisp.org\n{% endifequal %}",
"qlfile-template": "{% ifequal env.quicklisp_dist \"ultralisp\" %}\ndist ultralisp http://dist.ultralisp.org\n{% endifequal %}",
"cache": "false"
}
},
Expand Down

0 comments on commit 8ba0feb

Please sign in to comment.