Skip to content

Commit

Permalink
Back out
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Nov 21, 2023
1 parent a7dcbf9 commit e13e6a8
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: sudo 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
- name: openbsd
version: '7.1'
pkginstall: sudo pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS
pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any p5-JSON-MaybeXS

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

0 comments on commit e13e6a8

Please sign in to comment.