Skip to content

Commit

Permalink
ci: Explicitly install leiningen on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alumi committed Jan 9, 2025
1 parent f561629 commit dfef8bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@13.1
with:
lein: latest
- name: Install dependencies
run: lein deps
- name: Run tests
Expand All @@ -44,6 +48,10 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@13.1
with:
lein: latest
- name: Install dependencies
run: lein deps
- name: Generate code coverage
Expand Down Expand Up @@ -74,6 +82,10 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@13.1
with:
lein: latest
- name: Deploy
if: endsWith(needs.get-version.outputs.version, '-SNAPSHOT')
env:
Expand Down

0 comments on commit dfef8bf

Please sign in to comment.