Update .woodpecker.json
Some checks failed
ci/woodpecker/push/woodpecker.json Pipeline failed
ci/woodpecker/manual/woodpecker.json Pipeline was successful

This commit is contained in:
Rebekah 2024-06-19 11:23:24 -04:00
parent d4ec9d0bc1
commit 4ff27eed43

View File

@ -9,7 +9,7 @@
"commands": [
"echo Install development packages",
"apt update",
"apt install -y build-essential cmake",
"apt install -y build-essential cmake python3",
"echo Make build directory",
"mkdir build-gcc",
@ -31,7 +31,7 @@
"commands": [
"echo Install development packages",
"apt update",
"apt install -y build-essential cmake clang",
"apt install -y build-essential cmake clang python3",
"echo Make build directory",
"mkdir build-clang",