Skip to content

Commit 7a84cc3

Browse files
committed
ci: Don't do partial updates on Arch
1 parent 602bc1f commit 7a84cc3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/repo-arch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
NAME="$1"
44

55
# Install dependencies
6-
pacman -Sy --noconfirm git
6+
pacman -Syu --noconfirm
7+
pacman -S --noconfirm git
78

89
repo="https://surfacebot:${SURFACEBOT_TOKEN}@github.com/linux-surface/repo.git"
910

0 commit comments

Comments
 (0)