Archived
1
0

Update .woodpecker/ci.yml
Some checks failed
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
OCram85 2024-05-10 07:18:03 +02:00
parent 71770cfb12
commit 4a07c3abc0

View File

@ -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 \