We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90c32f commit dcb8ee6Copy full SHA for dcb8ee6
.github/workflows/ci.yaml
@@ -126,7 +126,9 @@ jobs:
126
127
- uses: perl-actions/install-with-cpm@8b1a9840b26cc3885ae2889749a48629be2501b0 # v1.9
128
with:
129
- install: IO::Socket::SSL
+ install: |
130
+ IO::Socket::SSL
131
+ TimeDate
132
133
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
134
.github/workflows/sanitizers.yaml
@@ -21,6 +21,7 @@ env:
21
perl-IO-Socket-SSL
22
perl-Test-Harness
23
perl-Test-Simple
24
+ perl-TimeDate
25
perl-lib
26
27
jobs:
0 commit comments