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
This is not always the case. Clj-msi can lag a bit.
As of this writing clojure cli version 1.12.0.1495 has been released but clj-msi is still at older version 1.12.0.1488.
Update: The clj-msi and clojure cli versions happen to be in sync now (at the time of this writing) but we should not rely on this because it will not always be true.
Problem
Rewrite-clj tests against the latest clojure cli.
This works great for macOS and Linux, but can fail for Windows.
Symptom
Output from Github Actions
Guess
My strong guess is that setup-clojure is assuming the current release of clojure cli is always available for clj-msi.
This is not always the case. Clj-msi can lag a bit.
As of this writing clojure cli version 1.12.0.1495 has been released but clj-msi is still at older version 1.12.0.1488.
Ideas
Consult github for the latest release of clj-msi, maybe via:
https://api.github.com/repos/casselc/clj-msi/releases/latest
Since you seem to be using
gh
, you can ask for the latest release by omitting the version, for example:Next Steps
Happy to help, lemme know.
The text was updated successfully, but these errors were encountered: