We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9011cb2 commit b8bf942Copy full SHA for b8bf942
.github/workflows/release-python.yml
@@ -44,7 +44,7 @@ jobs:
44
python-version: ${{ env.PYTHON_VERSION }}
45
- name: For ARMv7
46
if: ${{ matrix.platform.target == 'armv7' }}
47
- run: sudo apt-get install -y gcc-multilib
+ run: sudo apt-get install -y gcc-multilib g++-multilib
48
- name: Build wheels
49
uses: PyO3/maturin-action@v1
50
with:
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
0 commit comments