Skip to content

Commit

Permalink
Try updating GitHub workflow to explicitly install leiningen
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 6, 2025
1 parent 5c296e1 commit 8d75764
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/uberjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@13.0
with:
lein: 2.11.2

- name: Determine version being built
uses: Deep-Symmetry/github-version-action@v1
with:
Expand Down

0 comments on commit 8d75764

Please sign in to comment.