Skip to content

Commit e4de36b

Browse files
authored
Update build-kernel-op12.yml
1 parent 9f9fc57 commit e4de36b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-kernel-op12.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: easimon/maximize-build-space@master
1313
with:
1414
root-reserve-mb: 8192
15-
temp-reserve-mb: 4096
15+
temp-reserve-mb: 2048
1616
swap-size-mb: 8192
1717
remove-dotnet: 'true'
1818
remove-android: 'true'
@@ -119,7 +119,7 @@ jobs:
119119
cd "$CONFIG/kernel_platform/common"
120120
# Apply additional patch
121121
cp ../../../kernel_patches/69_hide_stuff.patch ./
122-
patch -p1 -F 3 < 69_hide_stuff.patch || true
122+
patch -p1 -F 3 < 69_hide_stuff.patch
123123
124124
- name: Add SUSFS Configuration Settings
125125
run: |
@@ -170,7 +170,7 @@ jobs:
170170
uses: actions/upload-artifact@v3
171171
with:
172172
name: oplus_setup_file # Name of the artifact
173-
path: ./$CONFIG/kernel_platform/oplus/build/oplus_setup.sh # Path to the file
173+
path: ./${{ env.CONFIG }}/kernel_platform/oplus/build/oplus_setup.sh # Path to the file
174174

175175
- name: Build the Kernel
176176
run: |

0 commit comments

Comments
 (0)