From fb944ce3f561e4985e9174c44769e96b4e0ff0e1 Mon Sep 17 00:00:00 2001 From: awb99 Date: Wed, 17 Apr 2024 14:46:10 -0500 Subject: [PATCH] ci --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ff854..8adabc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,13 +18,15 @@ jobs: with: node-version: 12.x - name: Prepare java - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: - java-version: 1.14 + distribution: 'zulu' # https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions + java-version: '14' + java-package: jdk # optional (jdk or jre) - defaults to jdk - name: Install clojure tools uses: DeLaGuardo/setup-clojure@3.5 with: - cli: 1.10.3.882 # Clojure CLI based on tools.deps + cli: 1.10.3.1029 # Clojure CLI based on tools.deps - name: clj-fmt if: ${{ matrix.os != 'windows-latest' }} run: clojure -M:cljfmt