Skip to content

Commit 552c865

Browse files
committed
Setup sbt and scala before building
1 parent 6cb3023 commit 552c865

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ 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+
with:
72+
java-version: adopt@1.11
73+
6974
- name: Generate book
7075
run: sbt all
7176

0 commit comments

Comments
 (0)