mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
add maven package to ci
This commit is contained in:
4
.github/workflows/server.yml
vendored
4
.github/workflows/server.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
||||
run: apt-get update && apt-get install -y sudo
|
||||
if: env.ACT=='true'
|
||||
|
||||
- name: Install fuse
|
||||
run: sudo apt-get update && sudo apt-get install -y fuse libfuse-dev
|
||||
- name: Install fuse and maven
|
||||
run: sudo apt-get update && sudo apt-get install -y fuse libfuse-dev maven
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
|
||||
Reference in New Issue
Block a user