Skip to content

Commit

Permalink
echo COMPILER=g++ >>
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 12, 2023
1 parent 1aeb7c5 commit 610a273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheel_linux_x86_64_cu11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
- master
release:

concurrency:
group: wheel_linux_x86_64_cu11-${{ github.ref }}
cancel-in-progress: true

jobs:
set_wheel_build_matrix:
name: "Set wheel build matrix"
Expand Down Expand Up @@ -57,6 +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
echo "COMPILER=g++" >> $GITHUB_ENV
- name: Install cibuildwheel
run: python3.9 -m pip install cibuildwheel~=2.11.0
Expand Down

0 comments on commit 610a273

Please sign in to comment.