Commit graph

10 commits

Author SHA1 Message Date
Matteo Landi
2245ceb29f Install Roswell with sh -x to enable some debug traces 2021-10-19 13:56:40 +02:00
Matteo Landi
f0b3e3d20b Set things up correctly for Roswell to successfully install on Windows
- Set `ROSWELL_INSTALL_DIR` to a location that does not include spaces
  in its name, and add that to PATH as well so the installation script
  can find the newly unzip'd `ros` binary -- without this, it will try
  to build Roswell from sources and of course fail
- Set `MSYSCON` to let Roswell believe it's running in a msys2
  environment -- or otherwise the action would fail when trying to
  upgrade ASDF
- Add ~/.roswell/lisp/quicklisp/bin to PATH or otherwise the action
  would fail when trying to `qlot install`
2021-10-19 13:56:40 +02:00
Matteo Landi
4d14f6133e Add input: roswell-version
If not specified, the action will install the most recent version of
Roswell which is known to be compatible with this action, i.e.
v21.06.14.110; however, users can set this input equal to "master", and
the action will install the latest version of Roswell instead.
2021-10-19 13:56:40 +02:00
Alexander Artemenko
f40771d25e Move from Qlot 0.11.1 to 0.11.5. 2021-09-19 15:18:58 +03:00
Alexander Artemenko
77fa26e1cc Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install systems from the GitHub.
See issue [#118](https://github.com/fukamachi/qlot/issues/118).
2021-09-12 20:10:12 +03:00
Alexander Artemenko
1e761224aa Added a new input variable `asdf-version`.
By default, the latest ASDF will be used.
2021-06-07 00:29:46 +03:00
Alexander Artemenko
19a7430956 Fixed installation of `libcurl4-openssl-dev` on Ubuntu Focal. 2021-04-04 21:07:32 +03:00
Alexander Artemenko
c2cd07ba30 Fixed error when there is no qlfile in the repository. 2021-02-22 13:02:37 +03:00
Alexander Artemenko
0ca13aacbd Fixed path to the templater. 2021-02-07 16:48:22 +03:00
Alexander Artemenko
5b8a4ddf32 Setup-lisp action was factored out into a separate repository. 2021-02-07 16:43:25 +03:00
Renamed from .github/actions/setup-lisp/action.yml (Browse further)