Do not have path
Some checks failed
Kernel Build / Build (push) Failing after 4m27s

This commit is contained in:
Antoine Martin 2024-10-06 12:32:08 -04:00
parent 1e422bae11
commit f4ef42d091
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -19,14 +19,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
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-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
- name: Upload Artifacts