Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent d0f3ac3 commit dbb31f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
- name: Clone kernel sources
run: |
git clone https://github.com/99degree/linux.git --single-branch --branch ${{ matrix.version }} --depth 1
git remote add 99degree https://github.com/99degree/linux.git
git fetch 99degree config
git checkout 99degree/config -- arch/arm64/configs/sm71xx-xiaomi.config
- name: Compile kernel with envkernel
run: |
Expand All @@ -81,7 +78,8 @@ jobs:
# fetch local config
git fetch origin config
git checkout origin/config -- arch/arm64/configs/sm71xx-xiaomi.config
git branch config FETCH_HEAD
git checkout config -- arch/arm64/configs/sm71xx-xiaomi.config
# apply local config
make defconfig sm71xx-xiaomi.config
Expand Down

0 comments on commit dbb31f2

Please sign in to comment.