Skip to content

Commit cb79fd7

Browse files
committed
Changed actions
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 20950c4 commit cb79fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121
- name: Test
22-
run: yum install perl-IPC-Cmd
22+
run: sudo apt-get update -y && sudo apt-get install -y libipc-run-perl
2323
- name: Build wheels
2424
uses: PyO3/maturin-action@v1
2525
with:

0 commit comments

Comments
 (0)