Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anup-kodlekere authored Oct 16, 2024
1 parent 1dddd2e commit f81f6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
echo $MAVEN_HOME
if [ `arch` == 'ppc64le' ]; then
wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz -P /tmp
sudo tar xf /tmp/apache-maven-*.tar.gz -C /opt
sudo ln -s /opt/apache-maven-3.9.6 /opt/maven
export MAVEN_HOME=/opt/maven
cp /opt/maven/bin/mvn /usr/local/bin/mvn
Expand Down

0 comments on commit f81f6a0

Please sign in to comment.