Skip to content

Commit de849e7

Browse files
committed
Install perl-Time-Piece when building on manylinx
The OpenSSL build process now requires the `perl-Time-Piece` package. Update `manylinux.yml` to pull it in.
1 parent ec336bf commit de849e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Install perl-IPC-Cmd on manylinux
22
if: contains(matrix.container.image, 'manylinux')
33
run: |
4-
yum install -y perl-IPC-Cmd
4+
yum install -y perl-IPC-Cmd perl-Time-Piece
55
git config --global --add safe.directory /__w/oxide.rs/oxide.rs

0 commit comments

Comments
 (0)