From 2a5865571d81ced9ba88e13ab2b401cdac01571b Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Wed, 30 Nov 2022 21:51:38 +0100 Subject: [PATCH] Add CI build for OpenBSD This was a target we missed out after migrating to GitHub. See PR #68 and issue #71. --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99cb1e40..5e7fbd1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -172,3 +172,8 @@ jobs: disable_extra_builds: true disable_tests: true target: x86_64-unknown-netbsd + + x86_64-unknown-openbsd: + uses: ./.github/workflows/build.yaml + with: + target: x86_64-unknown-openbsd