Fix duplicate cd command causing directory not found error
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m26s

- Remove redundant 'cd fuse-3.10.0' command
- Fix 'No such file or directory' error from run #11
- Build process now properly navigates to source directory once

The workflow was trying to cd into fuse-3.10.0 twice, causing the second
attempt to fail since we were already in that directory.
This commit is contained in:
robojerk 2025-09-07 17:03:04 -07:00
parent 44aac4f007
commit 8b23c2ee7b

View file

@ -95,7 +95,6 @@ jobs:
cd fuse-3.10.0
# Build libfuse
cd fuse-3.10.0
mkdir build && cd build
meson setup --prefix=/usr --libdir=lib/x86_64-linux-gnu ..
ninja