Skip to content

Commit

Permalink
Install Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 29, 2023
1 parent 13d50d2 commit d5a6366
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: vmactions/freebsd-vm@v1
with:
#prepare: pkg install -y p5-ExtUtils-PkgConfig
prepare: |
pkg install -y perl
usesh: true
run: |
perl -V
perl Makefile.PL
Expand Down

0 comments on commit d5a6366

Please sign in to comment.