Skip to content

Commit

Permalink
Force installation of Inline::C
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 17, 2024
1 parent 48480a9 commit e8fee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
perl-version: ${{ matrix.perl }}
- run: sudo apt-get update
- run: sudo apt-get install libinline-perl libogg-dev libvorbis-dev
- run: sudo apt-get install libinline-perl libinline-c-perl libogg-dev libvorbis-dev
- run: perl -V
- run: cpanm --installdeps .
- name: Archive CPAN logs
Expand Down

0 comments on commit e8fee58

Please sign in to comment.