From b89c05eb5f35fa2cc991d60593ec93338e73b0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E6=96=B9=E5=9D=97?= <46253950+GrassBlock1@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:50:41 +0800 Subject: [PATCH] feat: yay check develop version for aur --- build-aur-action/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aur-action/entrypoint.sh b/build-aur-action/entrypoint.sh index 01dd4fb4a..7ae5595f6 100755 --- a/build-aur-action/entrypoint.sh +++ b/build-aur-action/entrypoint.sh @@ -19,6 +19,7 @@ if [ ! -z "$INPUT_PREINSTALLPKGS" ]; then pacman -Syu --noconfirm "$INPUT_PREINSTALLPKGS" fi +sudo --set-home -u builder yay -Y --devel --save sudo --set-home -u builder yay -S --noconfirm --builddir=./ "$pkgname" cd "./$pkgname" || exit 1 python3 ../build-aur-action/encode_name.py