Skip to content

Commit

Permalink
GH Actions: use sbt/setup-sbt@v1 to install sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Dec 27, 2024
1 parent 2c7707d commit d2eab6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
distribution: temurin
java-version: 17
- uses: sbt/setup-sbt@v1
- name: build-compiler
run: |
cd compiler
Expand Down

0 comments on commit d2eab6e

Please sign in to comment.