Skip to content

Commit

Permalink
Elevate provilege to install packages on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 21, 2023
1 parent 88797eb commit a7dcbf9
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.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS
pkginstall: sudo pkg install -y p5-ExtUtils-MakeMaker p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS
- name: openbsd
version: '7.1'
pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS
pkginstall: sudo pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS

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

0 comments on commit a7dcbf9

Please sign in to comment.