mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
no need for fuse dev and maven in apt
This commit is contained in:
2
.github/workflows/server.yml
vendored
2
.github/workflows/server.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
if: env.ACT=='true'
|
if: env.ACT=='true'
|
||||||
|
|
||||||
- name: Install fuse and maven
|
- name: Install fuse and maven
|
||||||
run: sudo apt-get update && sudo apt-get install -y fuse libfuse-dev maven
|
run: sudo apt-get update && sudo apt-get install -y fuse
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user