Run pacman as root

This commit is contained in:
Tyler Cook
2025-02-28 20:24:03 -06:00
parent 4076a2bcdb
commit cfcd11665c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ echo "::endgroup::"
# Update archlinux-keyring
if [[ $INPUT_ARCHLINUX_KEYRING == true ]]; then
echo "::group::Updating archlinux-keyring"
pacman -Syu archlinux-keyring
sudo pacman -Syu archlinux-keyring
echo "::endgroup::"
fi