Added libssl-dev to resolve openssl-sys build dependency
This commit is contained in:
parent
7685b8275b
commit
3b8811d10e
2 changed files with 2 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
1
todo.md
Normal file
1
todo.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Get ci/cd to build bootc package, and then assign the package in my user profile to the bootc-deb repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue