diff --git a/.woodpecker.json b/.woodpecker.json index afc064714..5b56b6a3f 100644 --- a/.woodpecker.json +++ b/.woodpecker.json @@ -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",