Fix CI: install Babashka for bb.edn projects
SCIP Index / index (push) Failing after 37s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 17:54:09 -05:00
parent f51f8b743d
commit e7c975fdea
+4
View File
@@ -20,6 +20,10 @@ jobs:
- 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: |
mkdir -p /usr/local/bin