Skip to content

Commit 3a4b945

Browse files
authored
fix(ci): time-piece (#180)
Yet again we flail at building wheels.
1 parent 7992986 commit 3a4b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
"x86_64")
4949
# NOTE: rust-cross/manylinux docker images are CentOS based
5050
yum update -y
51-
yum install -y openssl openssl-devel perl-IPC-Cmd
51+
yum install -y openssl openssl-devel perl-IPC-Cmd perl-Time-Piece
5252
;;
5353
esac
5454
- name: Upload wheels

0 commit comments

Comments
 (0)