diff options
| author | KunoiSayami <[email protected]> | 2021-11-01 22:34:25 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-01 22:34:25 +0800 |
| commit | 95b101be1a8d210f2b4875f1ca5fafd1052e8c2e (patch) | |
| tree | f48b864b265c7d71ad63dd89219c035fe0bb999c | |
| parent | 36e3533ff41d33abedcc7243cb1bb89e75886376 (diff) | |
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
