Skip to content

Commit

Permalink
Use native libwww on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 13, 2023
1 parent 5f8463b commit 09d14a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
os:
- name: freebsd
version: '13.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS p5-libwww
- name: openbsd
version: '7.1'
pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS

pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS p5-libwww
steps:
- uses: actions/checkout@main
with:
Expand Down

0 comments on commit 09d14a0

Please sign in to comment.