This commit is contained in:
2024-08-23 19:30:39 +02:00
parent e17d9e2333
commit 5b520d77db
2 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ jobs:
- name: Download maven
run: |
cd "$HOME"
wget -qO- https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz | tar xvz
wget -qO- https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz | tar --strip-components=1 xvz
find .
$HOME/apache-maven-3.9.9-bin/bin/mvn
- name: Update path