From b4cec603958f06393bf1f83212e05fb52dd12ccf Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sun, 3 May 2020 17:01:33 +0200 Subject: [PATCH] Revert Debian latest version to 5.6.7 The Ubuntu PPA/mainline repository does not yet have v5.6.8, thus builds targetting it will fail. Revert back to v5.6.7, which is available, and increment pkgrel. --- .github/workflows/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 29e6321ab..2899ec606 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -7,8 +7,8 @@ name: Debian env: GPG_KEY_ID: 56C464BAAC421453 - KERNEL_VERSION: 5.6.8 - KDEB_PKGVERSION: 5.6.8-1 + KERNEL_VERSION: 5.6.7 + KDEB_PKGVERSION: 5.6.7-2 LOCALVERSION: -surface jobs: