Skip to content

Commit

Permalink
[VL] Fix weekly scheduled GHA job (apache#7888)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Nov 11, 2024
1 parent be0435a commit 2322962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/velox_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update && sudo apt install -y gcc-11 g++-11
sudo ln -sf /usr/bin/gcc-11 /usr/bin/gcc
sudo ln -sf /usr/bin/g++-11 /usr/bin/g++
export CC=/usr/bin/gcc-11
export CXX=/usr/bin/g++-11
fi
sudo apt-get install -y openjdk-8-jdk
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
Expand Down

0 comments on commit 2322962

Please sign in to comment.