Skip to content

Commit 9e3da85

Browse files
committed
Setup sbt and scala before building
1 parent 6cb3023 commit 9e3da85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
sudo apt-get update -y
6767
sudo apt-get install -y ttf-bitstream-vera
6868
69+
- name: Install Scala and SBT
70+
uses: olafurpg/setup-scala@v11
71+
6972
- name: Generate book
7073
run: sbt all
7174

0 commit comments

Comments
 (0)