Skip to content

Commit

Permalink
Install expat for XML parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 14, 2024
1 parent b457663 commit 844bd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
os:
- name: freebsd
version: '13.3'
pkginstall: pkg install -y p5-LWP-UserAgent-Cached p5-CHI p5-autodie p5-Date-Manip p5-Data-Section p5-Sort-Key-DateTime p5-GIS-Distance p5-Marpa p5-Lingua-EN-Numbers-Ordinate p5-JSON p5-Net-OAuth p5-LWP-Protocol-https p5-CPAN-DistnameInfo p5-Array-Iterator p5-HTML-Parser
pkginstall: pkg install -y p5-LWP-UserAgent-Cached p5-CHI p5-autodie p5-Date-Manip p5-Data-Section p5-Sort-Key-DateTime p5-GIS-Distance p5-Marpa p5-Lingua-EN-Numbers-Ordinate p5-JSON p5-Net-OAuth p5-LWP-Protocol-https p5-CPAN-DistnameInfo p5-Array-Iterator p5-HTML-Parser expat
- name: openbsd
version: '7.5'
pkginstall: pkg_add p5-LWP-Protocol-https
pkginstall: pkg_add p5-LWP-Protocol-https luaexpat

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit 844bd6d

Please sign in to comment.