From 0c5d69e7b2312834f210d7494acb81f70902205e Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Wed, 4 Feb 2026 05:41:49 -1000 Subject: [PATCH] Update .github/workflows/scip-index.yml --- .github/workflows/scip-index.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/scip-index.yml b/.github/workflows/scip-index.yml index 082bd66..e8ff8d0 100644 --- a/.github/workflows/scip-index.yml +++ b/.github/workflows/scip-index.yml @@ -13,6 +13,13 @@ jobs: - name: Clone clojure-tui (local dependency) run: git clone https://git.ajet.fyi/ajet/clojure-tui.git ../clojure-tui + + - name: Install Clojure CLI + run: curl -fsSL https://download.clojure.org/install/linux-install-1.12.0.1501.sh | sudo bash + + - name: Install Babashka + run: | + curl -fsSL https://raw.githubusercontent.com/babashka/babashka/master/install | sudo bash - name: Install clojure-lsp run: |