parent
6d56f91230
commit
314c5bf4e0
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ jobs:
|
|||
steps:
|
||||
- name: Prepare for installation
|
||||
run: apt update
|
||||
- name: Install JDK
|
||||
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs
|
||||
- name: Install JDK and other deps
|
||||
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl
|
||||
|
||||
- name: BuildTools for NMS
|
||||
run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -o https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd
|
||||
|
|
Loading…
Reference in a new issue