Skip to content

Commit

Permalink
probe with simpler windows config
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 7, 2024
1 parent 17a75ea commit f672ab7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
with:
perl-version: "5.38"
distribution: strawberry
env:
PERL5LIB: C:\cx\lib\perl

- name: perl -V
run: perl -V
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/windows2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Windows

on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:

env:
AUTOMATED_TESTING: 1

jobs:
perl:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4

- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: "5.38"
install-modules-with: cpanm
install-modules-args: --with-develop --with-configure --verbose

- run: prove -l t

0 comments on commit f672ab7

Please sign in to comment.