From 79e41d7d88de44356b48400515076bf5593544e8 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 24 Nov 2025 09:03:37 +0300 Subject: CI: Temporarily disable FreeBSD --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04603054..a29372f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,6 +246,7 @@ jobs: - run: cargo build --all freebsd: + if: false # Waiting for a new version of the pipewire-rs patch. runs-on: ubuntu-24.04 env: CARGO_HOME: /home/runner/work/niri/niri/cargo-home -- cgit