Skip to content

Commit

Permalink
Forgot bb install in job
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed May 4, 2022
1 parent c0e1e16 commit 461f7e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 461f7e0

Please sign in to comment.