diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 83a9a0a..549d95c 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -6,7 +6,7 @@ steps: - name: build image: debian commands: - - sudo apt install libcmocka-dev + - apt install libcmocka-dev - echo "echo hello" > executable.sh - chmod +x executable.sh - name: a-test-step