diff --git a/.github/workflows/scip-index.yml b/.github/workflows/scip-index.yml index e8ff8d0..a3c7e15 100644 --- a/.github/workflows/scip-index.yml +++ b/.github/workflows/scip-index.yml @@ -13,7 +13,10 @@ jobs: - name: Clone clojure-tui (local dependency) run: git clone https://git.ajet.fyi/ajet/clojure-tui.git ../clojure-tui - + + - name: Setup Java + run: echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64" >> $GITHUB_ENV + - name: Install Clojure CLI run: curl -fsSL https://download.clojure.org/install/linux-install-1.12.0.1501.sh | sudo bash