From 4715283b2402b248a08f1a9c290ddfa0fc508aba Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Mon, 26 Jul 2021 20:37:42 +0200 Subject: [PATCH] Fix CI test with no backend --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 531c877..a23fb28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,6 @@ jobs: run: cargo check --no-default-features --features=x11 - name: Build wayland run: cargo check --no-default-features --features=wayland - - name: Build no-x11-wayland - run: cargo check --no-default-features --features=no-x11-wayland + - name: Build no-backend + run: cargo check --no-default-features