Skip to content

Commit

Permalink
Explicitly remove java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
surnaik committed Jun 17, 2024
1 parent f8f5f3a commit 02b96a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ jobs:
- name: Setup java and maven
run: |
apt-get update && apt-get install -y openjdk-8-jdk maven wget
apt remove openjdk-11* -y
- name: Build for Spark ${{ matrix.spark }}
run: |
cd $GITHUB_WORKSPACE/
Expand Down

0 comments on commit 02b96a0

Please sign in to comment.