mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
always update environnment before any action
This commit is contained in:
parent
dfd87c502f
commit
7351e20104
2
.github/workflows/setup.sh
vendored
2
.github/workflows/setup.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user