Skip to content

Commit

Permalink
Change Clojure install action
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Aug 12, 2024
1 parent 3a3797e commit d8010ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/actions/setup-clojure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ runs:
with:
java-version: ${{ inputs.java-version }}
distribution: 'temurin'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: ${{ inputs.clojure-version }}
- name: Install Clojure CLI
shell: bash
run: |
curl -O https://download.clojure.org/install/linux-install-${{ inputs.clojure-version }}.sh &&
sudo bash ./linux-install-${{ inputs.clojure-version }}.sh
- name: Restore cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit d8010ab

Please sign in to comment.