diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 203436b8..aa5764f4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -95,6 +95,9 @@ jobs: session: - "gnome-xsession" - "gnome-wayland-nested" + exclude: # The wayland session of the rawhide container does not work for some reason. + - session: gnome-wayland-nested + version: "39" steps: - uses: actions/checkout@v2 - name: Download Dependencies