From e17d346639f8adc1b1470eba3b90766a55b4c05b Mon Sep 17 00:00:00 2001 From: Manawyrm Date: Thu, 29 Jun 2023 22:34:26 +0200 Subject: [PATCH] Try to fix CI --- build_raspberry_pi.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_raspberry_pi.sh b/build_raspberry_pi.sh index f13951a..91ccce2 100755 --- a/build_raspberry_pi.sh +++ b/build_raspberry_pi.sh @@ -1,5 +1,8 @@ #!/bin/bash +# *sigh*, some docker containers don't seem to have sbin in their PATH +export PATH=$PATH:/usr/sbin + SCRIPT_DIR="$(dirname "$(realpath "$0")")" BUILD_DIR="${SCRIPT_DIR}/work/root/"