We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec336bf commit 85afeb7Copy full SHA for 85afeb7
2 files changed
.github/manylinux.yml
@@ -1,5 +1,5 @@
1
- name: Install perl-IPC-Cmd on manylinux
2
if: contains(matrix.container.image, 'manylinux')
3
run: |
4
- yum install -y perl-IPC-Cmd
+ yum install -y perl-IPC-Cmd perl-Time-Piece
5
git config --global --add safe.directory /__w/oxide.rs/oxide.rs
.github/workflows/release.yml
@@ -138,7 +138,7 @@ jobs:
138
- name: "Install perl-IPC-Cmd on manylinux"
139
if: "contains(matrix.container.image, 'manylinux')"
140
141
142
143
- name: Install dist
144
run: ${{ matrix.install_dist.run }}
0 commit comments