From 303e9ce6ea9b30fe70ba9c797768228cc140f2ac Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 17 Mar 2023 19:43:09 +0100 Subject: [PATCH] fix: add deps build --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6c650bc..6afd501 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: - sed -i 's/# REPOSITORIES/[nyyu]\nServer = https:\\/\\/archlinux.nyyu.dev\\/nyyu\nSigLevel = Never/' /etc/pacman.conf - sed -i 's/#PACKAGER=".*"/PACKAGER="nyyu "/' /etc/makepkg.conf - pacman-key --init - - pacman -Syu git jq pacman-contrib pandoc-bin --noconfirm + - pacman -Syu git jq pacman-contrib pandoc-bin unzip db --noconfirm - useradd build -m - "echo 'build ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - chown -R build:build .