Skip to content

Commit e2102b2

Browse files
committed
Update build-kernel.yml
1 parent 8eb6b20 commit e2102b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-kernel.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
uses: actions/cache@v4
7070
with:
7171
path: |
72-
${{ github.workspace }}/out
73-
${{ github.workspace }}/toolchain/neutron_18
72+
out
73+
toolchain/neutron_18
7474
key: kernel-out-${{ runner.os }}-${{ matrix.model }}-v1
7575
restore-keys: |
7676
kernel-out-${{ runner.os }}-${{ matrix.model }}-
@@ -81,6 +81,8 @@ jobs:
8181
pwd
8282
ls -la $GITHUB_WORKSPACE/out || true
8383
ls -la $GITHUB_WORKSPACE/toolchain/neutron_18 || true
84+
ls -la out || true
85+
ls -la toolchain/neutron_18 || true
8486
chmod +x build.sh
8587
./build.sh --model ${{ matrix.model }} --ksu y
8688

0 commit comments

Comments
 (0)