workflow
Some checks failed
/ deploy (push) Failing after 54s

This commit is contained in:
Minecon724 2024-11-29 17:32:58 +01:00
parent 6d56f91230
commit 314c5bf4e0
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -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