aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-30 09:58:34 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-30 09:58:34 +0400
commitf381db8354f249d828c9cb030e1f39b2bd20bb00 (patch)
tree3ac264d61b92491f7fafe1e0957ee5b273cf8556 /.github
parentf7c390a320ef2e13777c26cea687226035c94f51 (diff)
downloadniri-f381db8354f249d828c9cb030e1f39b2bd20bb00.tar.gz
niri-f381db8354f249d828c9cb030e1f39b2bd20bb00.tar.bz2
niri-f381db8354f249d828c9cb030e1f39b2bd20bb00.zip
Make pipewire / xdp-gnome-screencast optional
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
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 }}