From 95b101be1a8d210f2b4875f1ca5fafd1052e8c2e Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Mon, 1 Nov 2021 22:34:25 +0800 Subject: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d309938..68d3564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ build: script: - echo -e '\n[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch\n' >> /etc/pacman.conf - - pacman --noconfirm --needed -Syu archlinuxcn-keyring base-devel gnupg git yay + - pacman --noconfirm --needed -Sy archlinuxcn-keyring + - pacman --noconfirm --needed -Su base-devel gnupg git yay - git submodule update --init - useradd -m build - echo 'build ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers -- cgit v1.3.1