Update .woodpecker.json
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed

This commit is contained in:
Rebekah 2024-07-07 13:11:19 -04:00
parent 0933805bc1
commit f8390c754d

View File

@ -17,7 +17,7 @@
commands: [
"echo 'Install development packages'",
"apk update",
"apk install -y build-base cmake python3-dev",
"apk add python3-dev",
"echo 'Make build directory'",
"mkdir build-gcc",