From f04ca75669f7ea2341b19d2a01c8ab7284e28e38 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 22:47:04 -0500 Subject: [PATCH] arch: Move the upgrade to the actual test run --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3ec23c1..65d7597 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: mtu: 1000 commands: - - pacman -Syu --noconfirm + - pacman -Sy --noconfirm - pacman -S --noconfirm base-devel python meson lsb-release git - chown -R nobody:nobody . - sudo -u nobody make @@ -32,7 +32,7 @@ steps: - build commands: - - pacman -Sy --noconfirm + - pacman -Syu --noconfirm - pacman -U --noconfirm build/g13gui*.zst - python3 -m g13gui.tests