From f381db8354f249d828c9cb030e1f39b2bd20bb00 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 30 Sep 2023 09:58:34 +0400 Subject: Make pipewire / xdp-gnome-screencast optional --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df8403aa..64879bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: with: key: ${{ matrix.configuration }} + - name: Build (no default features) + run: cargo build ${{ matrix.release-flag }} --no-default-features + - name: Build run: cargo build ${{ matrix.release-flag }} -- cgit