From f8235d2eba258ef3e070843a4965ac8afaa78735 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 1 Mar 2024 01:52:55 +0100 Subject: [PATCH] fix (build): Remove the (now) un-used setup-java GitHub Action --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index abd4dc355..a411dc159 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,12 +42,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v4 - with: - distribution: "temurin" - # NB: Repeated below in push-container-image: job; must keep in sync! - java-version: "21" - - name: Cache Bazel uses: actions/cache@v4 with: @@ -173,11 +167,6 @@ jobs: IMAGE_NAME: ${{ github.repository }} steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v4 - with: - distribution: "temurin" - # NB: Repeated above in build: job; must keep in sync! - java-version: "21" - name: Cache Bazel uses: actions/cache@v4 with: