Skip to content

actions: Add support to extract xz tarball #592

actions: Add support to extract xz tarball

actions: Add support to extract xz tarball #592

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/AcmeUI-Devices/android_kernel_xiaomi_cas
kernel-dir: msm-4.19
kernel-branch: taffy
config: cas_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