Skip to content

Commit 42462eb

Browse files
committed
CI: fix sw8a build test may failed with Makefile not found
also update checkout version to v6. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a57c5c3 commit 42462eb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build-kernel-sw64.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-kernel-sw6b:
2121
runs-on: [self-hosted, linux, x64]
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
- name: "Install Deps"
2525
run: |
2626
git config --global user.email $email
@@ -35,6 +35,12 @@ jobs:
3535
build-kernel-sw8a:
3636
runs-on: [self-hosted, linux, x64]
3737
steps:
38+
- uses: actions/checkout@v6
39+
- name: "Install Deps"
40+
run: |
41+
git config --global user.email $email
42+
git config --global user.name $KBUILD_BUILD_USER
43+
3844
- name: "Compile kernel"
3945
run: |
4046
# .config

0 commit comments

Comments
 (0)