Skip to content

Commit a0359eb

Browse files
committed
Run only 13 and ace5pro 15
1 parent 01d42b5 commit a0359eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
export MAKEFLAGS="-j$(nproc)"
227227
find ./kernel_platform -type f -exec sed -i 's/\(make\s\+-C[^\n]*\)\s\+/\1 -j$(nproc) /g' {} +
228228
sed -i 's/set \+-e/set -ex/g' ./kernel_platform/build/android/prepare_vendor.sh
229-
sed -i '/if \[ "\${RECOMPILE_KERNEL}" == "1" \]; then/i set -x' ./kernel_platform/build/android/prepare_vendor.sh
229+
sed -i '/if \[ "${RECOMPILE_KERNEL}" == "1" \]; then/i set -x' ./kernel_platform/build/android/prepare_vendor.sh
230230
LTO=thin ./kernel_platform/oplus/build/oplus_build_kernel.sh ${{ inputs.soc }} $BUILD_TYPE
231231
232232
- name: Copy Images

0 commit comments

Comments
 (0)