浏览代码

Update build-kernel-a14-6.1.yml

James McConnell 1 年之前
父节点
当前提交
5ce303eee0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/build-kernel-a14-6.1.yml

+ 2 - 2
.github/workflows/build-kernel-a14-6.1.yml

@@ -71,7 +71,7 @@ jobs:
         with:
           root-reserve-mb: 8192
           temp-reserve-mb: 2048
-          swap-size-mb: 20000
+          swap-size-mb: 8192
           remove-dotnet: 'true'
           remove-android: 'true'
           remove-haskell: 'true'
@@ -221,7 +221,7 @@ jobs:
           cd "$CONFIG/common"
           # Apply additional patch
           cp ../../kernel_patches/69_hide_stuff.patch ./
-          patch -p1 -F 3 < 69_hide_stuff.patch || true
+          patch -p1 -F 3 < 69_hide_stuff.patch
 
       - name: Add SUSFS Configuration Settings
         run: |