Skip to content

Commit

Permalink
ci: Don't do partial updates on Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Aug 30, 2023
1 parent 602bc1f commit 7a84cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/repo-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
NAME="$1"

# Install dependencies
pacman -Sy --noconfirm git
pacman -Syu --noconfirm
pacman -S --noconfirm git

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

Expand Down

0 comments on commit 7a84cc3

Please sign in to comment.