Skip to content

Commit

Permalink
Merge pull request #356 from alephium/debug_build
Browse files Browse the repository at this point in the history
Fix build: `sbt` missing from ubuntu-latest
  • Loading branch information
simerplaha authored Jan 16, 2025
2 parents 22401c2 + d8593d6 commit 37d411a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1

- name: Get the version
id: get_version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt "compile;test;doc;stage"

styling:
Expand All @@ -31,4 +32,5 @@ jobs:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt "scalafmtCheckAll; scalafmtSbtCheck"

0 comments on commit 37d411a

Please sign in to comment.