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 9e3da85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y ttf-bitstream-vera
- name: Install Scala and SBT
uses: olafurpg/setup-scala@v11

- name: Generate book
run: sbt all

Expand Down

0 comments on commit 9e3da85

Please sign in to comment.