diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a06807..619b293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,10 @@ jobs: with: fetch-depth: 0 + - name: Install SBT on MacOS + if: matrix.os == 'macos-latest' + run: brew install sbt + - name: Setup Java (zulu@8) if: matrix.java == 'zulu@8' uses: actions/setup-java@v4