Skip to content

Commit 121c82f

Browse files
authored
fix sbt setup in workflow (#20447)
1 parent a6cfef5 commit 121c82f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/samples-scala.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
distribution: 'temurin'
4242
java-version: 8
43+
- name: Setup sbt launcher
44+
uses: sbt/setup-sbt@v1
4345
- name: Cache maven dependencies
4446
uses: actions/cache@v4
4547
env:

samples/client/petstore/scalaz/.openapi-generator-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#

0 commit comments

Comments
 (0)