Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Sep 17, 2024
1 parent c71f3e4 commit 8ed9ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
run: |
dnf -y update
dnf -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel
wget https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz
wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz
mkdir /usr/local/maven
tar xzf apache-maven-3.8.5-bin.tar.gz -C /usr/local/maven/ --strip-components=1
tar xzf apache-maven-3.8.8-bin.tar.gz -C /usr/local/maven/ --strip-components=1
echo "/usr/local/maven/bin/" >> $GITHUB_PATH
dnf clean all
rm -rf /var/cache/dnf
Expand Down

0 comments on commit 8ed9ecf

Please sign in to comment.