Problems with Roswell download links?
- Ngôn ngữ chính
- Common Lisp
- Star
- 30
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Looking into the [action.yml file](https://github.com/40ants/setup-lisp/blob/99efbd4524bffe9e3567e42966ec9cda6cf21a8a/action.yml#L177C21-L177C71), here's the base URL from which the action tries to pull the installer: [https://raw.githubusercontent.com/roswell/roswell/]
When I try to pull from this link by hand (requesting a specific roswell version): `https://raw.githubusercontent.com/roswell/roswell/v22.12.14.113/scripts/install-for-ci.sh`, I get a response with the wrong Roswell version variable setting:
```
#!/bin/sh
set -e
ROSWELL_RELEASE_VERSION=21.10.14.111
```
Indeed I get the same version ID when I pull from `master`.
_However_, it is possible to get the requested version: it may be found here: (https://github.com/roswell/roswell/releases/tag/v22.12.14.113)
To be honest, I'm not sure whether this is an issue with `action.yml` or with roswell. `master` on roswell at the moment shows as 18 commits ahead of the latest release.
I [filed an issue there, too](https://github.com/roswell/roswell/issues/561)
This issue seems to be related to my failure to get `setup-lisp` to work in GitHub actions. See [this sample run](https://github.com/rpgoldman/xmls/actions/runs/5870121476/job/15916529836#step:11:980).
Note that the version number may be a confound or may be related to the facts:
1. This run seems to try to incorporate `MSYS2`, possibly because it's not correctly identifying the GitHub runner
2. Roswell tries to install cmucl18a, which is a truly ancient version, and fails.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.