Skip to content

Commit 91dae32

Browse files
committed
g++-12 again
1 parent 3991247 commit 91dae32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- run: make requirements
3737
- if: runner.os == 'Linux'
38-
run: |
39-
sudo apt-get install g++-12
4038
- name: Set up QEMU # Needed to build aarch64 wheels
4139
if: runner.os == 'Linux'
4240
uses: docker/setup-qemu-action@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ manylinux-x86_64-image = "manylinux_2_28"
7070
[tool.cibuildwheel.linux]
7171
archs = ["x86_64", "aarch64"]
7272
environment = "CXX='g++-12'"
73+
before-build = "apt-get -y install g++-12"
7374

7475
[tool.cibuildwheel.macos]
7576
archs = ["x86_64", "universal2", "arm64"]

0 commit comments

Comments
 (0)