We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb6b20 commit e2102b2Copy full SHA for e2102b2
1 file changed
.github/workflows/build-kernel.yml
@@ -69,8 +69,8 @@ jobs:
69
uses: actions/cache@v4
70
with:
71
path: |
72
- ${{ github.workspace }}/out
73
- ${{ github.workspace }}/toolchain/neutron_18
+ out
+ toolchain/neutron_18
74
key: kernel-out-${{ runner.os }}-${{ matrix.model }}-v1
75
restore-keys: |
76
kernel-out-${{ runner.os }}-${{ matrix.model }}-
@@ -81,6 +81,8 @@ jobs:
81
pwd
82
ls -la $GITHUB_WORKSPACE/out || true
83
ls -la $GITHUB_WORKSPACE/toolchain/neutron_18 || true
84
+ ls -la out || true
85
+ ls -la toolchain/neutron_18 || true
86
chmod +x build.sh
87
./build.sh --model ${{ matrix.model }} --ksu y
88
0 commit comments