Skip to content

Commit

Permalink
install bzip2-devel libffi-devel on centos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Apr 13, 2024
1 parent 4c5cba4 commit 6a94a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a94a42

Please sign in to comment.