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:
parent
fd8cdf767e
commit
771ffe56d0
3 changed files with 7 additions and 3 deletions
|
|
@ -113,7 +113,8 @@ jobs:
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
python3-pip
|
python3-pip \
|
||||||
|
libostree-dev
|
||||||
|
|
||||||
echo "✅ All build dependencies installed successfully"
|
echo "✅ All build dependencies installed successfully"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ jobs:
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
libapt-pkg-dev \
|
libapt-pkg-dev \
|
||||||
|
libostree-dev \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
wget
|
wget
|
||||||
|
|
@ -166,7 +167,8 @@ jobs:
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
libapt-pkg-dev
|
libapt-pkg-dev \
|
||||||
|
libostree-dev
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,8 @@ jobs:
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
python3-pip
|
python3-pip \
|
||||||
|
libostree-dev
|
||||||
|
|
||||||
- name: Check libostree version
|
- name: Check libostree version
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue