Skip to content

Commit 1990b88

Browse files
committed
Let's install
1 parent 7a016a7 commit 1990b88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- uses: actions/checkout@v4
36-
- run: make requirements
36+
- run: |
37+
make requirements
38+
sudo apt install gcc-12 g++-12
3739
- name: Set up QEMU # Needed to build aarch64 wheels
3840
if: runner.os == 'Linux'
3941
uses: docker/setup-qemu-action@v3
4042
with:
4143
platforms: all
4244
- uses: pypa/[email protected]
4345
env:
44-
CXX: "g++-12"
46+
CXX: "g++12"
4547
- uses: actions/upload-artifact@v4
4648
with:
4749
name: artifact-wheel-${{ matrix.os }}

0 commit comments

Comments
 (0)