From 87fc104590ea9a9a464829b4d9c471a8fcbb2394 Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Thu, 22 Feb 2024 04:12:53 +0000 Subject: [PATCH] Regenerate workflow --- .github/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f20a421a..4e49a851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,11 +92,6 @@ jobs: shell: bash run: git config --global core.autocrlf false - - name: Install sbt - if: contains(runner.os, 'macos') - shell: bash - run: brew install sbt - - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -264,10 +259,6 @@ jobs: if: contains(runner.os, 'windows') run: git config --global core.autocrlf false - - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt - - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -415,10 +406,6 @@ jobs: if: contains(runner.os, 'windows') run: git config --global core.autocrlf false - - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt - - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -562,10 +549,6 @@ jobs: if: contains(runner.os, 'windows') run: git config --global core.autocrlf false - - name: Install sbt - if: contains(runner.os, 'macos') - run: brew install sbt - - name: Checkout current branch (full) uses: actions/checkout@v4 with: