Skip to content

Commit

Permalink
The usual bollocks as I try to debug a stupid remote system
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 1, 2023
1 parent 5596543 commit 62f724e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -29,8 +29,8 @@ jobs:
run: perl -V
- name: Install Dependencies
run: |
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage || cat /home/runner/.cpanm/work/*/build.log
cpanm --installdeps . || cat /home/runner/.cpanm/work/*/build.log
cpanm ExtUtils::MakeMaker Test::Pod Test::Pod::Coverage || cat $HOME/runner/.cpanm/work/*/build.log
cpanm --installdeps . || cat $HOME/runner/.cpanm/work/*/build.log
- name: Run Tests
run: |
perl Makefile.PL
Expand Down

0 comments on commit 62f724e

Please sign in to comment.