From a85fc1f5fa33a5e30b6e38c835e4947287cdfa21 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 18 Dec 2021 16:29:35 -0500 Subject: [PATCH] Fix CI Build --- scripts/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 9f2f8c5..38336b9 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -33,7 +33,7 @@ sudo apt-get install --no-install-recommends -y \ crossbuild-essential-armhf \ gcc g++ \ libopenal-dev \ - qemu-user-static + qemu-user # Install ARM Dependencies if [ ! -z "${ARM_PACKAGES_SUPPORTED}" ]; then