Skip to content

Commit cfe1e55

Browse files
committed
Update linux workflow for latest version (cron, HTML-Tagset)
1 parent b1f7529 commit cfe1e55

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: "48 5 * * 6"
5656
jobs:
5757
perl:
5858
environment: automated_testing
@@ -108,6 +108,9 @@ jobs:
108108
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
109109
cpan -T .
110110
cd ..
111+
pwd
112+
ls
113+
rm -rfv HTML-Tagset-*
111114
# I had some problems with openssl on Ubuntu, so I punted by installing
112115
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
113116
# then switch back to cpan. I didn't explore this further, but what you

0 commit comments

Comments
 (0)