Skip to content

Commit 85afeb7

Browse files
authored
Install perl-Time-Piece when building on manylinx (#1412)
1 parent ec336bf commit 85afeb7

2 files changed

Lines changed: 2 additions & 2 deletions

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: "Install perl-IPC-Cmd on manylinux"
139139
if: "contains(matrix.container.image, 'manylinux')"
140140
run: |
141-
yum install -y perl-IPC-Cmd
141+
yum install -y perl-IPC-Cmd perl-Time-Piece
142142
git config --global --add safe.directory /__w/oxide.rs/oxide.rs
143143
- name: Install dist
144144
run: ${{ matrix.install_dist.run }}

0 commit comments

Comments
 (0)