Skip to content

Commit 75bd4e9

Browse files
committed
Try here
1 parent 9b94e5e commit 75bd4e9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,12 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- run: make requirements
37-
- if: runner.os == 'Linux'
38-
run: |
39-
sudo apt-get install g++-12
4037
- name: Set up QEMU # Needed to build aarch64 wheels
4138
if: runner.os == 'Linux'
4239
uses: docker/setup-qemu-action@v3
4340
with:
4441
platforms: all
4542
- uses: pypa/[email protected]
46-
env:
47-
CXX: "g++-12"
4843
- uses: actions/upload-artifact@v4
4944
with:
5045
name: artifact-wheel-${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ build = [
6868

6969
[tool.cibuildwheel.linux]
7070
archs = ["x86_64", "aarch64"]
71+
environment = "CXX='g++-12'"
7172

7273
[tool.cibuildwheel.macos]
7374
archs = ["x86_64", "universal2", "arm64"]

0 commit comments

Comments
 (0)