Update path
Some checks failed
Kernel Build / Build (push) Failing after 4m24s

This commit is contained in:
Antoine Martin 2024-10-06 12:24:28 -04:00
parent 055fab4683
commit 1e422bae11
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
path: pve-port-kernel
path: pve-kernel-thunderx
- name: Setup build depends
run: sudo mk-build-deps -i
- name: Build Kernel
run: |
rm -rf *.deb *.ddeb *.build *.buildinfo *.changes
cd pve-port-kernel
cd pve-kernel-thunderx
rm debian/control
debian/rules debian/control
debuild -e CCACHE_DIR=/var/cache/ccache --prepend-path=/usr/lib/ccache --jobs=auto -b -uc -us