Skip to content

Commit

Permalink
reinstall g++11
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 12, 2023
1 parent 641be3b commit 6bea267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel_linux_x86_64_cu11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
# Reduce wait time for repos not responding
cat /etc/yum.conf | sed "s/\[main\]/\[main\]\ntimeout=5/g" > /etc/yum.conf
yum update -y && yum install -y docker
yum update -y && yum install -y cmake ninja-build
yum install -y devtoolset-$GCC_VERSION-gcc-c++
yum install -y cmake ninja-build
echo "COMPILER=g++" >> $GITHUB_ENV
- name: Install cibuildwheel
Expand Down

0 comments on commit 6bea267

Please sign in to comment.