Skip to content

Commit

Permalink
skip Path::Tiny tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
perigrin committed Nov 23, 2024
1 parent 12ed809 commit 02184ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
install: Module::Pluggable
tests: false

- name: Install Path::Tiny (it fails on windows)
uses: perl-actions/[email protected]
if: runner.os == 'Windows'
with:
tests: false
install: Path::Tiny

- name: Build and Test
uses: perl-actions/[email protected]
with:
Expand Down

0 comments on commit 02184ed

Please sign in to comment.