From f2a0c53874d7dacbaf0f86b1d2debeffa75fddd7 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Thu, 16 Jan 2025 07:06:29 +0000 Subject: [PATCH] add missing distribution Signed-off-by: Hailong Cui --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e82aaa90..7130a531 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} + distribution: temurin - name: Build and Test run: | @@ -65,6 +66,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} + distribution: temurin - name: Install dependencies on macos run: | brew reinstall gcc @@ -89,6 +91,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} + distribution: temurin - name: Build and Test run: |