Skip to content

Commit

Permalink
Fix GH Actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Aug 12, 2024
1 parent d8010ab commit e722f0c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/actions/setup-clojure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup Clojure
inputs:
clojure-version:
required: true
default: "1.11.4"
default: "1.11.1.1262"
java-version:
required: true
default: "17"
Expand All @@ -17,11 +17,10 @@ runs:
with:
java-version: ${{ inputs.java-version }}
distribution: 'temurin'
- 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: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
cli: ${{ inputs.clojure-version }}
- name: Restore cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e722f0c

Please sign in to comment.