Skip to content

Commit 379153a

Browse files
committed
Update linux workflow for latest version (cron, HTML-Tagset)
1 parent 91844d5 commit 379153a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
pull_request:
5353
# weekly build on the master branch just to see what CPAN is doing
5454
schedule:
55-
- cron: "37 3 * * 0"
55+
- cron: "59 13 * * 0"
5656
jobs:
5757
perl:
5858
environment: automated_testing
@@ -110,6 +110,9 @@ jobs:
110110
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
111111
cpan -T .
112112
cd ..
113+
pwd
114+
ls
115+
rm -rfv HTML-Tagset-*
113116
# I had some problems with openssl on Ubuntu, so I punted by installing
114117
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
115118
# then switch back to cpan. I didn't explore this further, but what you

0 commit comments

Comments
 (0)