File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 build-kernel-a14-6-1-kernelsu-susfs :
8- runs-on : ubuntu-22.04
8+ runs-on : ubuntu-latest
99
1010 steps :
1111 - name : Maximize build space
@@ -171,12 +171,6 @@ jobs:
171171 # Run perl command to modify UTS_VERSION
172172 perl -pi -e 's{UTS_VERSION="\$\(echo \$UTS_VERSION \$CONFIG_FLAGS \$TIMESTAMP \| cut -b -\$UTS_LEN\)"}{UTS_VERSION="#1 SMP PREEMPT Sat Apr 20 04:20:00 UTC 2024"}' ./common/scripts/mkcompile_h
173173
174- - name : Upload oplus_setup.sh as artifact
175- uses : actions/upload-artifact@v3
176- with :
177- name : oplus_setup_file # Name of the artifact
178- path : ./${{ env.CONFIG }}/kernel_platform/oplus/build/oplus_setup.sh # Path to the file
179-
180174 - name : Build the Kernel
181175 run : |
182176 echo "Changing to configuration directory: $CONFIG..."
You can’t perform that action at this time.
0 commit comments