Skip to content

Commit e1b8cad

Browse files
committed
Add perl-IPC-Cmd for openssl build.
1 parent 6fbedec commit e1b8cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: PyO3/maturin-action@v1
3636
with:
3737
target: ${{ matrix.target }}
38-
before-script-linux: 'python3 -m pip --version || python3 -m ensurepip'
38+
before-script-linux: 'dnf install -y perl-IPC-Cmd && (python3 -m pip --version || python3 -m ensurepip)'
3939
manylinux: '2_28'
4040
args: --release --out dist --find-interpreter
4141
sccache: 'true'

0 commit comments

Comments
 (0)