This commit is contained in:
@@ -14,6 +14,13 @@ jobs:
|
|||||||
- name: Clone clojure-tui (local dependency)
|
- name: Clone clojure-tui (local dependency)
|
||||||
run: git clone https://git.ajet.fyi/ajet/clojure-tui.git ../clojure-tui
|
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
|
- name: Install clojure-lsp
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /usr/local/bin
|
mkdir -p /usr/local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user