File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
uses : easimon/maximize-build-space@master
13
13
with :
14
14
root-reserve-mb : 8192
15
- temp-reserve-mb : 4096
15
+ temp-reserve-mb : 2048
16
16
swap-size-mb : 8192
17
17
remove-dotnet : ' true'
18
18
remove-android : ' true'
@@ -119,7 +119,7 @@ jobs:
119
119
cd "$CONFIG/kernel_platform/common"
120
120
# Apply additional patch
121
121
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
123
123
124
124
- name : Add SUSFS Configuration Settings
125
125
run : |
@@ -170,7 +170,7 @@ jobs:
170
170
uses : actions/upload-artifact@v3
171
171
with :
172
172
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
174
174
175
175
- name : Build the Kernel
176
176
run : |
You can’t perform that action at this time.
0 commit comments