From cf6a41ad2a9ef81a5ba463a879f1c8b750353a38 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sun, 13 Nov 2022 13:59:12 +0000 Subject: [PATCH] update installation before building --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e646d11..35c9e50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: commands: # set up python + - pacman -Syu --noconfirm - pacman -Sy --noconfirm make $PYTHON_ENV > /dev/null - pipenv install