Fix duplicate cd command causing directory not found error
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m26s
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:
parent
44aac4f007
commit
8b23c2ee7b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue