Skip to content

Commit 3527689

Browse files
committed
Add OpenBSD support to GitHub Actions workflow
1 parent dbf24f4 commit 3527689

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testsuite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- debian:bullseye # OpenSSL 1.1.1
5959
- debian:bookworm # OpenSSL 3.0.x
6060
- almalinux:9 # OpenSSL with new crypto policies (RHEL-compatible)
61+
- genericbsd/openbsd:7.3 # OpenBSD (specific version, publicly available)
6162

6263
container: ${{ matrix.os-version }}
6364
steps:
@@ -66,7 +67,8 @@ jobs:
6667
run: |
6768
(apt-get update &&
6869
apt-get install -y openssl perl make gcc libssl-dev sudo curl) ||
69-
(yum install --skip-broken -y openssl perl make gcc openssl-devel sudo curl)
70+
(yum install --skip-broken -y openssl perl make gcc openssl-devel sudo curl) ||
71+
(pkg_add openssl perl make gcc curl)
7072
- run: openssl version
7173
- run: perl -V
7274
- name: uses install-with-cpm

0 commit comments

Comments
 (0)