Skip to content

Commit dcb8ee6

Browse files
committed
CI: install Date::Parse.
1 parent d90c32f commit dcb8ee6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ jobs:
126126

127127
- uses: perl-actions/install-with-cpm@8b1a9840b26cc3885ae2889749a48629be2501b0 # v1.9
128128
with:
129-
install: IO::Socket::SSL
129+
install: |
130+
IO::Socket::SSL
131+
TimeDate
130132
131133
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
132134
with:

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
perl-IO-Socket-SSL
2222
perl-Test-Harness
2323
perl-Test-Simple
24+
perl-TimeDate
2425
perl-lib
2526
2627
jobs:

0 commit comments

Comments
 (0)