Skip to content

try Windows Perl CI

try Windows Perl CI #2

Workflow file for this run

name: perl
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
win32:
runs-on: windows-latest
steps:
- uses: shogo82148/actions-setup-perl@v1
# uses powershell and runs with the Perl from actions-setup-perl
- run: perl -V
# uses bash and runs with the system Perl
- run: perl -V
shell: bash