Skip to content

Commit

Permalink
Merge pull request #1000 from mauke/fix-github-actions-windows
Browse files Browse the repository at this point in the history
fix Windows CI
  • Loading branch information
exodist authored Aug 13, 2024
2 parents 7b10daf + 88900c4 commit b6dc5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: perl -V
- name: Install Dependencies
run: curl -sL https://raw.githubusercontent.com/skaji/cpm/master/cpm | perl - install -g --show-build-log-on-failure
echo "C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin" >> $GITHUB_PATH
- name: perl -V
run: perl -V
- name: perl Makefile.PL
Expand Down

0 comments on commit b6dc5fe

Please sign in to comment.