ci: remove redundant step to install npm deps
This is handled by gradle now.
This commit is contained in:
parent
e0c0a9c136
commit
e38052dce9
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -18,6 +18,5 @@ jobs:
|
||||
java-version: 20
|
||||
cache: gradle
|
||||
|
||||
- run: npm ci --ignore-scripts
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user