소스 검색

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.
Maximilian Luz 5 년 전
부모
커밋
b4cec60395
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/debian.yml

+ 2 - 2
.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: