Skip to content

Commit bd018b7

Browse files
Work around SBT breakage on GitHub CI due to: actions/runner-images#10636.
1 parent 7519f5b commit bd018b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scala.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
java-version: '17'
2828
distribution: 'temurin'
2929
cache: 'sbt'
30+
- uses: sbt/setup-sbt@v1
3031
- name: Run tests
3132
run: sbt +test

0 commit comments

Comments
 (0)