remove check root
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
Josh Thomas 2025-06-29 14:29:17 -05:00
parent 4e376e1f43
commit 696386e7bb

View file

@ -4,9 +4,6 @@ set -oue pipefail
source "$(dirname "$0")/../utils"
check_root "$@"
# dependencies for building yay
sudo pacman -S --needed --noconfirm git base-devel
check_command yay || {