From 121c82f8fe31945c8e8978e5850746b8df77df7e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sat, 11 Jan 2025 19:16:01 +0800 Subject: [PATCH] fix sbt setup in workflow (#20447) --- .github/workflows/samples-scala.yaml | 2 ++ samples/client/petstore/scalaz/.openapi-generator-ignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/samples-scala.yaml b/.github/workflows/samples-scala.yaml index 5b937b0a42b..5c2cb8bc04f 100644 --- a/.github/workflows/samples-scala.yaml +++ b/.github/workflows/samples-scala.yaml @@ -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: diff --git a/samples/client/petstore/scalaz/.openapi-generator-ignore b/samples/client/petstore/scalaz/.openapi-generator-ignore index 7484ee590a3..daed634bb4b 100644 --- a/samples/client/petstore/scalaz/.openapi-generator-ignore +++ b/samples/client/petstore/scalaz/.openapi-generator-ignore @@ -21,3 +21,4 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md +#