mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ci: Fix Ubuntu builds
GitHub machines sometimes aren't immediately updated after Ubuntu repos update. That leads to failed CI builds due to inability to install some packages. Add a call to `apt update` to update the package database before installing anything. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
parent
e6632dcf43
commit
8554e19e68
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
# as possible, hence these libraries. They aren't usually
|
# as possible, hence these libraries. They aren't usually
|
||||||
# needed for normal user builds:
|
# needed for normal user builds:
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
libsystemd-dev \
|
libsystemd-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user