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 274a792 commit 9011cb2Copy full SHA for 9011cb2
.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: apt-get install gcc-multilib
+ run: sudo apt-get install -y gcc-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