Skip to content

Commit

Permalink
sync CI change in apache/eventmesh#4722
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jan 5, 2024
1 parent 6a61862 commit 8df7c43
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Cache Gradle packages
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'corretto'
java-version: ${{ matrix.java }}

- name: Build
Expand Down

0 comments on commit 8df7c43

Please sign in to comment.