Browse Source

Forgot bb install in job

Gabriel Horner 3 years ago
parent
commit
461f7e067d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .github/workflows/build.yml

+ 5 - 0
.github/workflows/build.yml

@@ -52,6 +52,11 @@ jobs:
         with:
           cli: ${{ env.CLOJURE_VERSION }}
 
+      - name: Setup Babashka
+        uses: turtlequeue/[email protected]
+        with:
+          babashka-version: ${{ env.BABASHKA_VERSION }}
+
       - name: Clojure cache
         uses: actions/cache@v2
         id: clojure-deps