mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
maven update
This commit is contained in:
8
.github/workflows/server.yml
vendored
8
.github/workflows/server.yml
vendored
@@ -28,6 +28,14 @@ jobs:
|
||||
- name: Install fuse and maven
|
||||
run: sudo apt-get update && sudo apt-get install -y fuse
|
||||
|
||||
- name: Download maven
|
||||
run: |
|
||||
wget -qO- https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz | tar xvz
|
||||
echo "$(pwd)/apache-maven-3.9.9-bin/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Maven info
|
||||
run: mvn -v
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user