]> git.ipfire.org Git - thirdparty/kmod.git/commit
ci: Fix fail due to existent build dir
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Sat, 30 Nov 2024 18:46:21 +0000 (12:46 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 6 Dec 2024 21:16:28 +0000 (13:16 -0800)
commitfa245759a0c3614cd104ec85863e9b772a2c003d
treef7f46f91b834e2cef2bc22da218bd87bdde02bc3
parentc9f80c49b1cb8218fa08fd415586d265771eeeb2
ci: Fix fail due to existent build dir

The second check is a "should fail" check, but it will fail because the
build dir already exists rather than for the true reason. Use a
different dir for the configure tests and move the `rm` inside the
function.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/262
.github/workflows/main.yml