You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking into the action.yml file, 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.
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.
Looking into the action.yml file, 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: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
This issue seems to be related to my failure to get
setup-lisp
to work in GitHub actions. See this sample run.Note that the version number may be a confound or may be related to the facts:
MSYS2
, possibly because it's not correctly identifying the GitHub runnerThe text was updated successfully, but these errors were encountered: