Add missing libostree-dev dependency

- Add libostree-dev to all workflow build dependencies
- Fixes 'ostree-1 not found' compilation error
- Required for ostree-sys crate to build successfully
- All workflow files: build.yml, ci.yml, test.yml
This commit is contained in:
joe 2025-08-13 18:45:12 -07:00
parent fd8cdf767e
commit 771ffe56d0
3 changed files with 7 additions and 3 deletions

View file

@ -113,7 +113,8 @@ jobs:
python3-dev \
python3-setuptools \
python3-wheel \
python3-pip
python3-pip \
libostree-dev
echo "✅ All build dependencies installed successfully"

View file

@ -56,6 +56,7 @@ jobs:
libdbus-1-dev \
libglib2.0-dev \
libapt-pkg-dev \
libostree-dev \
curl \
git \
wget
@ -166,7 +167,8 @@ jobs:
libssl-dev \
libdbus-1-dev \
libglib2.0-dev \
libapt-pkg-dev
libapt-pkg-dev \
libostree-dev
- name: Build package
run: |

View file

@ -108,7 +108,8 @@ jobs:
python3-dev \
python3-setuptools \
python3-wheel \
python3-pip
python3-pip \
libostree-dev
- name: Check libostree version
run: |