Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install lein with setup-clojure for CI #331

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

athos
Copy link
Member

@athos athos commented Jan 7, 2025

As mentioned in #330 (comment), Leiningen has been removed from the latest ubuntu-latest GitHub Action runner image. Some workflows in cljam rely on the lein installed in the ubuntu-latest image, which causes them to fail on the CI.

This PR updates those workflows by explicitly installing Leiningen with DeLaGuardo/setup-clojure. It also adds actions/setup-java to the coverage workflow to avoid depending on the java installed in the GA runner image, as in the other workflows.

@athos athos self-assigned this Jan 7, 2025
@athos athos requested review from alumi and a team as code owners January 7, 2025 01:55
@athos athos requested review from r6eve and removed request for a team January 7, 2025 01:55
@athos athos assigned alumi and r6eve Jan 7, 2025
Copy link
Contributor

@r6eve r6eve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed the Actions, and LGTM!

Copy link
Member

@alumi alumi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants