mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
test
This commit is contained in:
3
.github/workflows/server.yml
vendored
3
.github/workflows/server.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user