Skip to content

Commit

Permalink
Update linux workflow for latest version (cron, HTML-Tagset)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 7, 2025
1 parent 6bbc16e commit c1028ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
pull_request:
# weekly build on the master branch just to see what CPAN is doing
schedule:
- cron: "37 3 * * 0"
- cron: "37 11 * * 5"
jobs:
perl:
environment: automated_testing
Expand Down Expand Up @@ -105,6 +105,9 @@ jobs:
perl -n -e 'next if /(^use 5)|(MIN_PERL)/; print' Makefile.PL.orig > Makefile.PL
cpan -T .
cd ..
pwd
ls
rm -rfv HTML-Tagset-*
# I had some problems with openssl on Ubuntu, so I punted by installing
# cpanm first, which is easy. I can install IO::Socket::SSL with that,
# then switch back to cpan. I didn't explore this further, but what you
Expand Down

0 comments on commit c1028ae

Please sign in to comment.