Skip to content

Commit

Permalink
more cygiwn
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Nov 11, 2021
1 parent 9582d60 commit 80be650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
platform: x64
packages: perl bash
- uses: actions/checkout@v2
- run: ls.exe -Al
- name: perl -V
run: perl -V
- run: perl -V
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
- run: cpan App::cpanminus
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
- name: Install Dependencies
run: curl -L https://cpanmin.us | perl - --verbose --notest --installdeps .
run: cpanm --verbose --notest --installdeps .
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}'
- name: perl Makefile.PL
run: perl Makefile.PL
Expand Down

0 comments on commit 80be650

Please sign in to comment.