From 14e93307476c4a427cdc5809eec4ea6d904197bc Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 7 Nov 2023 13:08:35 +0000 Subject: [PATCH] Fix FreeBSD CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc4cb1658..67fbda13c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -440,7 +440,8 @@ jobs: fi all-checks: - needs: [linux, freebsd, qemu-crossbuild, windows, format, sanitizer] + # Currently FreeBSD and NetBSD CI are not working, so we do not require them to pass. + needs: [linux, qemu-crossbuild, windows, format, sanitizer] runs-on: ubuntu-latest steps: - name: Dummy step