projects
/
project
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e1ae2
)
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:06:11 +0000
(08:06 +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 05839a2d457bad73ce5592eb1fbc6777433f4773..5ba65d16b1aab0a9a6e10c85ce2d5bb99d0f62a0 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-51,6
+51,7
@@
jobs:
- name: Install dependencies
run: |
+ sudo apt update
sudo apt install ${{ matrix.packages }}
- name: Prepare build