Skip to content

Commit b8bf942

Browse files
committed
ci: try to fix s3 feature bindgen issue in armv7.
1 parent 9011cb2 commit b8bf942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545
- name: For ARMv7
4646
if: ${{ matrix.platform.target == 'armv7' }}
47-
run: sudo apt-get install -y gcc-multilib
47+
run: sudo apt-get install -y gcc-multilib g++-multilib
4848
- name: Build wheels
4949
uses: PyO3/maturin-action@v1
5050
with:
@@ -78,7 +78,7 @@ jobs:
7878
python-version: ${{ env.PYTHON_VERSION }}
7979
- name: For ARMv7
8080
if: ${{ matrix.platform.target == 'armv7' }}
81-
run: sudo apt-get install -y gcc-multilib
81+
run: sudo apt-get install -y gcc-multilib g++-multilib
8282
- name: Build wheels
8383
uses: PyO3/maturin-action@v1
8484
with:

0 commit comments

Comments
 (0)