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

This commit is contained in:
Rebekah 2024-07-07 10:19:03 -04:00
parent 155f20f035
commit bbed3e222f

View File

@ -43,8 +43,8 @@
]
},
commands: [
"echo Patching broken warning..."
"echo 'target_compile_options(mbedtls PRIVATE -Wno-unused-but-set-variable)' >> CMakeLists.txt"
"echo Patching broken warning...",
"echo 'target_compile_options(mbedtls PRIVATE -Wno-unused-but-set-variable)' >> CMakeLists.txt",
"echo Install development packages",
"apt update",