Skip to content

Commit

Permalink
Check /usr/bin/c++
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Jan 7, 2025
1 parent 165bf93 commit cd27f92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ jobs:
yum install -y autoconf-archive gcc gcc-c++ make perl-IPC-Cmd rpm-build unixODBC zip rustc cargo golang
which c++
which g++
g++ --version
c++ --version
/usr/bin/c++ --version
if [ "${ARCH}" == "arm64" ]; then
echo "VCPKG_FORCE_SYSTEM_BINARIES=1" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit cd27f92

Please sign in to comment.