Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/gold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
build_kernel:
runs-on: ubuntu-22.04
steps:
- name: 拉取内核源码到根目录(修正仓库地址)
uses: actions/checkout@v4
with:
repository: jsdizkcksv/android_kernel_xiaomi_sdm660.git # 修正后的正确仓库地址
path: . # 下载到工作流根目录
submodules: recursive
- name: 拉取内核源码到根目录(git clone方式)
run: |
rm -rf * .git
git clone https://github.com/jsdizkcksv/android_kernel_xiaomi_sdm660.git . --recursive

- name: 安装编译依赖
run: |
Expand Down