Skip to content

OFCOM are dicks and broke their Excel downloads, so switch to using t… #165

OFCOM are dicks and broke their Excel downloads, so switch to using t…

OFCOM are dicks and broke their Excel downloads, so switch to using t… #165

Workflow file for this run

on: [push, pull_request]
name: MacOS
jobs:
build:
strategy:
fail-fast: false
matrix:
runs-on: ['macos-13', 'macos-14', 'macos-12']
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- name: Setup Perl environment
uses: shogo82148/actions-setup-perl@v1
- name: Test and build
run: |
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage parent
cpanm File::ShareDir::Install XML::XPath
cpanm -v --no-interactive File::Find::Rule Text::CSV_XS LWP::Protocol::https
cpanm --installdeps .
perl Makefile.PL
./build-data.sh
make test