Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build McMMO / Build-latest-jar (push) Failing after 58s

This commit is contained in:
Radim Lipovčan 2024-08-30 14:50:32 +02:00
parent 4d3a180b3d
commit 80ca6c5f6e

View File

@ -17,7 +17,7 @@ jobs:
git config --global user.email "radim@lipovcan.cz" git config --global user.email "radim@lipovcan.cz"
- name: Build | Clone repository - name: Build | Clone repository
run: | run: |
git clone https://github.com/IHasName/CustomHeads.git git clone https://github.com/Ownercz/CustomHeads-fork.git
cd CustomHeads cd CustomHeads
ls -lah ls -lah
- name: Build | mvn build - name: Build | mvn build