Skip to content

Commit

Permalink
Explicitly install sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
yruslan committed Oct 10, 2024
1 parent 88a6d64 commit 8be7bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- name: Install sbt
run: yum -y install sbt
- name: Build and run tests
run: sbt ++${{matrix.scala}} test -DSPARK_VERSION=${{matrix.spark}}

0 comments on commit 8be7bff

Please sign in to comment.