Skip to content

Commit

Permalink
[CI][hotfix] Fix CI failure in new GitHub runner images
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiqian <[email protected]>
  • Loading branch information
yuxiqian committed Oct 16, 2024
1 parent e825131 commit 9367b6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flink_cdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Set JDK
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: Compiling jar packages
run: mvn --no-snapshot-updates -B package -DskipTests
- name: Run license check
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/flink_cdc_migration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- name: Compile snapshot CDC version
run: mvn --no-snapshot-updates -B install -DskipTests
- name: Run migration tests
Expand Down

0 comments on commit 9367b6e

Please sign in to comment.