Commit 952b41d
committed
Refresh apt cache before installing OpENer build deps
The hosted runner's apt index pinned libcap-dev to 2.66-5ubuntu2.2,
but the noble-updates mirror only carries a newer revision now, so
the install aborted with a 404 and exit code 100 before OpENer could
build. Run `apt-get update` first so the index points at versions
the mirror actually has.1 parent de1ce28 commit 952b41d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments