Skip to content

Commit 99ef58e

Browse files
authored
Update build.yml
1 parent 8233d1a commit 99ef58e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: git pull
2222
- name: return to master
2323
run: git checkout master
24+
- name: Install leiningen
25+
run: wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein && chmod +x lein && sudo mv lein /usr/local/bin/lein
2426
- name: Install dependencies
2527
run: lein deps
2628
- name: Build site

0 commit comments

Comments
 (0)