Skip to content

Commit 8ef43c4

Browse files
Install missing dependency in Linux Release jobs. (#5681)
Applies [this change](https://github.com/TileDB-Inc/TileDB/pull/5616/files#diff-214883620bda15d306d05ffe97a2adca8579ee180118160c9295514c3d933cc6R146) from #5616 to the release workflow. --- TYPE: NO_HISTORY
1 parent cc3cd5c commit 8ef43c4

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
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ startsWith(matrix.platform, 'linux') == true }}
9797
run: |
9898
set -e pipefail
99-
yum install -y ninja-build perl-IPC-Cmd curl zip unzip tar
99+
yum install -y ninja-build perl-IPC-Cmd perl-Time-Piece curl zip unzip tar
100100
echo "VCPKG_FORCE_SYSTEM_BINARIES=YES" >> $GITHUB_ENV
101101
- name: Configure TileDB
102102
run: |

0 commit comments

Comments
 (0)