Skip to content

Commit

Permalink
yum-install some build essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Dec 18, 2024
1 parent e107d53 commit 26a74e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
yum install -y autoconf-archive perl-IPC-Cmd rpm-build unixODBC zip rustc cargo golang
yum install -y autoconf-archive gcc gcc-c++ make perl-IPC-Cmd rpm-build unixODBC zip rustc cargo golang
if [ "${ARCH}" == "arm64" ]; then
echo "VCPKG_FORCE_SYSTEM_BINARIES=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 26a74e3

Please sign in to comment.