From d23d3722c8d4f41adae9683f4e61663ade86667e Mon Sep 17 00:00:00 2001 From: Oguzhan Unlu Date: Wed, 16 Oct 2024 13:37:14 +0300 Subject: [PATCH] Install sbt in github actions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13edbf59..43a40c96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: test: runs-on: ubuntu-latest steps: + - name: Install sbt + uses: sbt/setup-sbt@v1 - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - name: Set up JDK 11 @@ -32,6 +34,8 @@ jobs: - pubsub - kinesis steps: + - name: Install sbt + uses: sbt/setup-sbt@v1 - name: Checkout Github uses: actions/checkout@v2 - uses: coursier/cache-action@v6