Skip to content

Commit

Permalink
Setup sbt and scala before building
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Dec 11, 2024
1 parent 6cb3023 commit 552c865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ttf-bitstream-vera
- name: Install Scala and SBT
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]

- name: Generate book
run: sbt all

Expand Down

0 comments on commit 552c865

Please sign in to comment.