optimize workflwo
Some checks failed
/ deploy (push) Failing after 1m20s

This commit is contained in:
Minecon724 2024-11-30 12:36:47 +01:00
parent 20b423765b
commit 62a8a106bc
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -12,7 +12,7 @@ jobs:
#- 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
- name: Download NMS
run: curl -s -L https://git.m724.eu/Minecon724/temporary/raw/branch/master/XRIH.tar.zst | tar xv - --zstd -C .
run: curl -O https://git.m724.eu/Minecon724/temporary/raw/branch/master/XRIH.tar.zst && tar -xaf XRIH.tar.zst && rm XRIH.tar.zst
- name: Clone repository
run: git clone https://git.m724.eu/Minecon724/tweaks724.git && cd tweaks724