From 4a07c3abc0b95581a40c5c70d16941c929a19d56 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 10 May 2024 07:18:03 +0200 Subject: [PATCH] Update .woodpecker/ci.yml --- .woodpecker/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 58d950fba..e0f8d3cb9 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -7,7 +7,9 @@ steps: image: node:18.20.2 commands: - | + echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list apt-get update + apt-get install -y nfpm apt-get install -y build-essential \ ca-certificates \ curl \