diff --git a/.woodpecker.yml b/.woodpecker.yml index 51d2bb6..8dccd1d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,8 @@ pipeline: install-v: image: 'alpine:latest' commands: + - apk update + - apk add --no-cache git make - make customv lint: diff --git a/Makefile b/Makefile index 7e398fe..f6cd653 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ customv: -b vweb-streaming \ --single-branch \ https://github.com/ChewingBever/v jjr-v - make -C jjr-v + '$(MAKE)' -C jjr-v