Skip to content

Commit

Permalink
Fix windows CI by installing SUPER
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic authored and geofffranks committed Jun 12, 2020
1 parent 0ef70c5 commit 3b217ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
- name: perl -V
run: perl -V
- name: install deps using cpanm
uses: perl-actions/install-with-cpanm@v1.1
with:
install: |
SUPER
- name: Build.PL
run: perl Build.PL
- name: ./Build test
Expand Down

0 comments on commit 3b217ba

Please sign in to comment.