Skip to content

Commit

Permalink
add missing distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Jan 16, 2025
1 parent 7a8ec6a commit f2a0c53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Build and Test
run: |
Expand Down Expand Up @@ -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
Expand All @@ -89,6 +91,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin

- name: Build and Test
run: |
Expand Down

0 comments on commit f2a0c53

Please sign in to comment.