Skip to content

Commit

Permalink
Try OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed May 10, 2024
1 parent 8083a29 commit f89fa33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: freebsd
version: '13.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-Test-Deep p5-Test-Most p5-Test-Needs p5-Test-NoWarnings p5-Test-Number-Delta p5-LWP-Protocol-https p5-HTML-Parser
# - name: openbsd
# version: '7.1'
# pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any
- name: openbsd
version: '7.1'
pkginstall: pkg_add p5-List-MoreUtils p5-Log-Any

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

0 comments on commit f89fa33

Please sign in to comment.