Skip to content

Commit 329a569

Browse files
authored
Update build-kernel-op12.yml
1 parent 7a4f7ab commit 329a569

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
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..."

0 commit comments

Comments
 (0)