Upgrade image before building packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
44464674a0
commit
ae1126bc76
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ if [ "$PLUGIN_AUTO_MAKEFLAGS" != "no" ]; then
|
|||
echo "MAKEFLAGS='-j$(nproc)'" | sudo tee -a /etc/makepkg.conf
|
||||
fi
|
||||
|
||||
echo "Upgrading image"
|
||||
yay -Syu --noprogressbar --noconfirm --mflags=-A
|
||||
|
||||
if [ "$PLUGIN_INSTALL" != "" ]; then
|
||||
echo "Installing packages before build: $PLUGIN_INSTALL"
|
||||
yay -Syu --noprogressbar --noconfirm --mflags=-A $(echo "$PLUGIN_INSTALL" | tr ',' ' ')
|
||||
|
|
Loading…
Reference in a new issue