Skip to content

Commit

Permalink
update clojure deps in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Mar 31, 2024
1 parent f4b0d60 commit 1eae402
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
java-version: '17'
architecture: ${{ env.java_arch }}
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.5
uses: DeLaGuardo/setup-clojure@12.5
with:
# Install just one or all simultaneously
cli: 1.10.1.693 # Clojure CLI based on tools.deps
cli: 1.11.2.1446 # Clojure CLI based on tools.deps
- run: clojure -T:skialib-deploy :platform '"${{matrix.platform}}"' :arch '"${{matrix.arch}}"'
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@3.5
uses: DeLaGuardo/setup-clojure@12.5
with:
# Install just one or all simultaneously
cli: 1.10.1.693 # Clojure CLI based on tools.deps
cli: 1.11.2.1446 # Clojure CLI based on tools.deps
- run: clojure -T:skialib-deploy :platform '"${{matrix.platform}}"' :arch '"${{matrix.arch}}"'
env:
CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
Expand Down

0 comments on commit 1eae402

Please sign in to comment.