Skip to content

Commit

Permalink
更新到 pe14 分支
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed Apr 24, 2024
1 parent b2e9675 commit b299359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check and Build

env:
kernel_repository: PixelExperience-Devices/kernel_xiaomi_polaris
kernel_branch: thirteen
kernel_repository: PixelExperience-Devices/kernel_xiaomi_sdm845
kernel_branch: fourteen
device: dipper
clang_version: r487747c
defconfig: |
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

## 参考配置

本例:小米 8 (dipper) PixelExperience 13
本例:小米 8 (dipper) PixelExperience 14

<https://github.com/PixelExperience-Devices/kernel_xiaomi_polaris/tree/thirteen>
<https://github.com/PixelExperience-Devices/kernel_xiaomi_sdm845/tree/fourteen>

```yaml
env:
kernel_repository: PixelExperience-Devices/kernel_xiaomi_polaris
kernel_branch: thirteen
kernel_repository: PixelExperience-Devices/kernel_xiaomi_sdm845
kernel_branch: fourteen
device: dipper
clang_version: r487747c
defconfig: |
Expand Down

0 comments on commit b299359

Please sign in to comment.