Skip to content

更新 main.yml

更新 main.yml #569

Workflow file for this run

name: CI
on:
push:
branches: main
paths:
- '.github/workflows/main.yml'
- 'action.yml'
pull_request:
jobs:
ci-test:
name: Build Kernel
strategy:
fail-fast: false
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Build Kernel
uses: ./
with:
kernel-url: https://github.com/LineageOS/android_kernel_google_redbull
kernel-dir: msm-4.19
kernel-branch: lineage-22.1
config: redbull_defconfig
arch: arm64
aosp-gcc: true
aosp-clang: true
ksu: true
ksu-version: main
android-version: 12
aosp-clang-version: r383902
disable-lto: true
anykernel3: true