瀏覽代碼

fixup! pkd/debian: Clone full git branch to make 'git am -3' work

Re-add target directory. This got dropped accidentally with the last
change.
Maximilian Luz 4 年之前
父節點
當前提交
780af34a1f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/debian.yml
  2. 1 1
      .github/workflows/debian_lts.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -43,7 +43,7 @@ jobs:
 
         # get ubuntu mainline source
         # see https://kernel.ubuntu.com/~kernel-ppa/mainline
-        git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch
+        git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch linux
 
         cd linux
 

+ 1 - 1
.github/workflows/debian_lts.yml

@@ -43,7 +43,7 @@ jobs:
 
         # get ubuntu mainline source
         # see https://kernel.ubuntu.com/~kernel-ppa/mainline
-        git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch
+        git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch linux
 
         cd linux