From 6a94a42592e2f9a463d4200b35faa205879f5d5c Mon Sep 17 00:00:00 2001 From: NadeemYaseen <70559777+NadeemYaseen@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:09:01 +0500 Subject: [PATCH] install bzip2-devel libffi-devel on centos 7 --- .github/workflows/install_centos_dependencies_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install_centos_dependencies_build.sh b/.github/workflows/install_centos_dependencies_build.sh index e65dedb89..a958a1176 100644 --- a/.github/workflows/install_centos_dependencies_build.sh +++ b/.github/workflows/install_centos_dependencies_build.sh @@ -31,7 +31,7 @@ yum install -y libusbx-devel libusb-devel yum install -y pkgconfig yum install -y perl-IPC-Cmd yum install -y alsa-lib mesa-dri-drivers openssl openssl-devel sudo -yum install -y python3-devel +yum install -y python3-devel bzip2-devel libffi-devel ln -s $PWD/cmake-3.24.4-linux-x86_64/bin/ctest /usr/bin/ctest # downloads the Qt6 artifact from a specific URL