From 2c2229c37e2f250594f7afdef7042d62036a8ae3 Mon Sep 17 00:00:00 2001 From: takezoe Date: Sun, 11 May 2025 12:31:05 +0900 Subject: [PATCH] Setup sbt explicitly in GitHub Actions --- .github/workflows/scala.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index fbf6310..611bb43 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -29,6 +29,8 @@ jobs: with: java-version: 11 distribution: "temurin" + - name: Setup SBT + uses: sbt/setup-sbt@v1 - name: Run tests env: TEST_DIR: ${{ matrix.test_dir }}