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 91844d5 commit 379153aCopy full SHA for 379153a
.github/workflows/linux.yml
@@ -52,7 +52,7 @@ on:
52
pull_request:
53
# weekly build on the master branch just to see what CPAN is doing
54
schedule:
55
- - cron: "37 3 * * 0"
+ - cron: "59 13 * * 0"
56
jobs:
57
perl:
58
environment: automated_testing
@@ -110,6 +110,9 @@ jobs:
110
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
111
cpan -T .
112
cd ..
113
+ pwd
114
+ ls
115
+ rm -rfv HTML-Tagset-*
116
# I had some problems with openssl on Ubuntu, so I punted by installing
117
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
118
# then switch back to cpan. I didn't explore this further, but what you
0 commit comments