CI
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Imbus 2024-12-25 19:38:23 +01:00
parent 5fd22f005a
commit 2acb3c5bd5

View file

@ -6,6 +6,7 @@ steps:
- name: build - name: build
image: debian image: debian
commands: commands:
- apt update
- apt install libcmocka-dev - apt install libcmocka-dev
- echo "echo hello" > executable.sh - echo "echo hello" > executable.sh
- chmod +x executable.sh - chmod +x executable.sh