Update .woodpecker.json
All checks were successful
ci/woodpecker/push/woodpecker.json Pipeline was successful

Signed-off-by: Rebekah <oneechanhax@obama-hospital@oneechan.xyz>
This commit is contained in:
Rebekah 2024-06-18 21:25:40 -04:00
parent cc80d86225
commit 3d1a42c998

View File

@ -12,7 +12,7 @@
"cd build",
"cmake -DCMAKE_BUILD_TYPE=Release ../",
"echo Build Project",
"cmake -B ./"
"cmake -S ../ -B ./"
]
}
}