projects
/
project
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdf7a9
)
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:08:52 +0000
(08:08 +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 386fe2b0a54657123193d439d20746d74cb3fbce..5518c1cb432d6be5e44df0a4d98c1807e28bd136 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-54,6
+54,7
@@
jobs:
- name: Install dependencies
run: |
+ sudo apt update
sudo apt install ${{ matrix.packages }}
- name: Prepare build