Skip to content

Commit

Permalink
Specify JDK 11 for spark engine on kubernetes it
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget committed Oct 21, 2024
1 parent 1e9d68b commit aee3933
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,13 @@ jobs:
run: ./.github/scripts/free_disk_space.sh
- name: Cache Engine Archives
uses: ./.github/actions/cache-engine-archives
- name: Setup JDK 11
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: 'maven'
check-latest: false
- name: Setup Minikube
run: |
# https://minikube.sigs.k8s.io/docs/start/
Expand Down

0 comments on commit aee3933

Please sign in to comment.