Skip to content

Commit

Permalink
Only install FFI::Platypus on non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 27, 2021
1 parent 9fad0b2 commit e5adb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
shell: bash
run: |
# test dep
cpanm -n FFI::Platypus
if ${{ toJSON( runner.os != 'Windows' ) }}; then
cpanm -n FFI::Platypus
fi
- name: Set ALIEN_INSTALL_TYPE
shell: bash
run: |
Expand Down

0 comments on commit e5adb0d

Please sign in to comment.