projects
/
project
/
libnl-tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69fb5e
)
github: fix CI apt dependencies
author
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 06:38:52 +0000
(07:38 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 3 Nov 2025 07:07:46 +0000
(08:07 +0100)
We need to run 'apt update' before installing the APT packages.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 18eedadad83ee2993adb0e9da1f2132acedf4563..072d9d56d5828cac4a28d04e99d9271c1e0d8710 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-39,6
+39,7
@@
jobs:
- name: Install dependencies
run: |
+ sudo apt update
sudo apt install ${{ matrix.packages }}
- name: Prepare build