Skip to content

Commit

Permalink
fix sbt setup in workflow (#20447)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Jan 11, 2025
1 parent a6cfef5 commit 121c82f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/samples-scala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
distribution: 'temurin'
java-version: 8
- name: Setup sbt launcher
uses: sbt/setup-sbt@v1
- name: Cache maven dependencies
uses: actions/cache@v4
env:
Expand Down
1 change: 1 addition & 0 deletions samples/client/petstore/scalaz/.openapi-generator-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
#

0 comments on commit 121c82f

Please sign in to comment.