Add udev dependency: fix meson build error
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m30s
Some checks failed
Build libfuse / Build and Test (push) Failing after 1m30s
- Add libudev-dev package to resolve 'Dependency udev not found' error - Fixes meson build failure from run #9 - Allows libfuse compilation to proceed successfully The build was progressing well but failed on missing udev dependency.
This commit is contained in:
parent
ef75f57493
commit
51ff39cc7d
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ jobs:
|
||||||
curl \
|
curl \
|
||||||
dpkg-dev \
|
dpkg-dev \
|
||||||
signify-openbsd \
|
signify-openbsd \
|
||||||
python3-pytest
|
python3-pytest \
|
||||||
|
libudev-dev
|
||||||
|
|
||||||
# Download libfuse source
|
# Download libfuse source
|
||||||
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.10.0/fuse-3.10.0.tar.xz
|
wget https://github.com/libfuse/libfuse/releases/download/fuse-3.10.0/fuse-3.10.0.tar.xz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue