Skip to content

correction

correction #404

Workflow file for this run

name: CI
on:
push:
branches: [ "kucing-13-rebase" ]
env:
TZ: "Asia/Jakarta"
TELEGRAM_TOKEN: "${{ secrets.TELEGRAM_TOKEN }}"
GCC_IGNORE_WERROR: true
jobs:
build-gcc:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: build
run: |
wget -qO profile.tar https://github.com/Mengkernel/kernel_xiaomi_sm8250/releases/download/profile-6/profile.tar
wget -qO build.sh https://raw.githubusercontent.com/Mengkernel/build-script/alioth/build.sh
tar xf profile.tar
bash build.sh gcc stable opt pgo