From ddbb1fbe9ab898758453c7fdbcfe3b1924c91821 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Thu, 31 Oct 2024 22:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA=20v0.9.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 5 ++--- README.md | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad14522..029259d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,8 +12,6 @@ env: kernelsu_patch: | on: - schedule: - - cron: "50 9,21 * * *" workflow_dispatch: inputs: allow_rebuild: @@ -30,7 +28,8 @@ jobs: id: check_kernelsu_version run: | local_version=$(curl -L --header 'authorization: Bearer ${{ github.token }}' https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r .tag_name) - remote_version=$(curl -L https://api.github.com/repos/tiann/KernelSU/releases/latest | jq -r .tag_name) + # remote_version=$(curl -L https://api.github.com/repos/tiann/KernelSU/releases/latest | jq -r .tag_name) + remote_version=v0.9.5 echo local_version=$local_version | tee -a $GITHUB_OUTPUT echo remote_version=$remote_version | tee -a $GITHUB_OUTPUT outputs: diff --git a/README.md b/README.md index 88d046c..d634e77 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 使用 Github Actions 编译集成 [KernelSU](https://github.com/tiann/KernelSU) 的内核 -并定时检测 KernelSU 新版本,有则编译新内核 +~~并定时检测 KernelSU 新版本,有则编译新内核~~ + +非 GKI 内核的 KernelSU 永远停留在 v0.9.5 ## 使用