From d108cec3ad9e79858399e8429682b384f857f723 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 13:38:09 +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 6632c17..417ba49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,9 @@ jobs: java-version: 17 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Install libutf8proc run: sudo apt-get install libutf8proc-dev @@ -99,6 +102,9 @@ jobs: java-version: 17 cache: sbt + - name: Setup sbt + uses: sbt/setup-sbt@v1 + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: