From 342798fb334ae7c245e556c039283d503a4a51c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 01:56:32 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7eb6f5..8fb105c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,6 +56,9 @@ jobs: java-version: 8 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Install sbt if: matrix.os == 'macos-latest' shell: bash @@ -114,6 +117,9 @@ jobs: java-version: 8 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: