Added libssl-dev to resolve openssl-sys build dependency
Some checks failed
Build bootc Package / Build bootc Package (push) Successful in 5m21s
Test Build / Test bootc Build (with existing libostree) (push) Failing after 2m31s

This commit is contained in:
robojerk 2025-07-21 23:27:45 +00:00
parent 7685b8275b
commit 3b8811d10e
2 changed files with 2 additions and 1 deletions

View file

@ -44,7 +44,7 @@ jobs:
- name: Install build dependencies
run: |
apt update -y
apt install -y libglib2.0-dev libzstd-dev pkg-config
apt install -y libglib2.0-dev libzstd-dev libssl-dev pkg-config
- name: Check libostree version
run: |