Skip to content

Commit 4062ef0

Browse files
committed
Update linux workflow for latest version (cron, HTML-Tagset)
1 parent b724bf9 commit 4062ef0

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: "37 0 * * 4"
5656
jobs:
5757
perl:
5858
environment: automated_testing
@@ -114,6 +114,9 @@ jobs:
114114
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
115115
cpan -T .
116116
cd ..
117+
pwd
118+
ls
119+
rm -rfv HTML-Tagset-*
117120
# I had some problems with openssl on Ubuntu, so I punted by installing
118121
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
119122
# then switch back to cpan. I didn't explore this further, but what you

0 commit comments

Comments
 (0)