From 971f7f047043f0b8eaaa8f43fead25ef54dfda52 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 17:51:11 -0500 Subject: [PATCH] Actually fix the build for archlinux and friends. --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e623a91..23bb8be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,6 +47,7 @@ steps: mtu: 1000 commands: - - pacman -Ss base-devel python meson + - pacman -Syu + - pacman -S base-devel python meson - make