parent
6d56f91230
commit
314c5bf4e0
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare for installation
|
- name: Prepare for installation
|
||||||
run: apt update
|
run: apt update
|
||||||
- name: Install JDK
|
- name: Install JDK and other deps
|
||||||
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs
|
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl
|
||||||
|
|
||||||
- name: BuildTools for NMS
|
- 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
|
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