From 7351e201046cf51eeeb18fffa3369aa29610b49c Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sun, 24 Oct 2021 04:14:57 +0300 Subject: [PATCH] always update environnment before any action --- .github/workflows/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/setup.sh b/.github/workflows/setup.sh index 59fc80cf..153aa812 100755 --- a/.github/workflows/setup.sh +++ b/.github/workflows/setup.sh @@ -5,6 +5,8 @@ set -ex # install dependencies echo -e '[arcanisrepo]\nServer = http://repo.arcanis.me/$arch\nSigLevel = Never' | tee -a /etc/pacman.conf +# refresh the image +pacman --noconfirm -Syu # main dependencies pacman --noconfirm -Sy base-devel devtools git pyalpm python-aur python-passlib python-srcinfo sudo # make dependencies