Skip to content

Commit

Permalink
Regenerate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Feb 22, 2024
1 parent ff65f4d commit 87fc104
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 87fc104

Please sign in to comment.