Update .woodpecker/default.yml
Some checks failed
ci/woodpecker/push/default Pipeline failed

This commit is contained in:
nyosic 2025-04-04 12:51:50 +00:00
parent af2df22b4f
commit 8d8c5998ad

View file

@ -6,6 +6,8 @@ steps:
commands:
- echo "[*] Installing dependencies"
- apt-get update && apt-get install -y cmake make g++ git
- echo "[*] Removing existing source directory"
- rm -rf /woodpecker/src # Remove the existing source directory
- echo "[*] Cloning repository"
- git clone https://git.xyro.win/nyosic/MarioDB.git /woodpecker/src
- echo "[*] Creating build directory"