Skip to content

Commit

Permalink
修改yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wrp committed Jun 14, 2024
1 parent 4357c80 commit 8c9a78e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-lkm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
- version: "android12-5.10"
sub_level: 198
os_patch_level: "2024-01"
- version: "android13-5.10"
sub_level: 198
os_patch_level: 2023-12
- version: "android13-5.15"
sub_level: 137
os_patch_level: 2023-12
- version: "android14-5.15"
sub_level: 110
os_patch_level: 2023-09
- version: "android14-6.1"
sub_level: 43
os_patch_level: 2023-11
# - version: "android13-5.10"
# sub_level: 198
# os_patch_level: 2023-12
# - version: "android13-5.15"
# sub_level: 137
# os_patch_level: 2023-12
# - version: "android14-5.15"
# sub_level: 110
# os_patch_level: 2023-09
# - version: "android14-6.1"
# sub_level: 43
# os_patch_level: 2023-11
uses: ./.github/workflows/gki-kernel.yml
with:
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
secrets: inherit

build-ksud:
# needs: build-lkm
needs: build-lkm
strategy:
matrix:
include:
Expand Down

0 comments on commit 8c9a78e

Please sign in to comment.