From a2469a9b3388bfb88849abaf0f7d8c7d2a49f8e4 Mon Sep 17 00:00:00 2001 From: "TonioGela's Scala Steward[bot]" <135588411+toniogela-s-scala-steward[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:03:26 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680ce02..7bcbb7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,10 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: + - name: Install sbt + if: contains(runner.os, 'macos') + run: brew install sbt + - name: Checkout current branch (full) uses: actions/checkout@v4 with: