Commit 63994a9
committed
Fix GitHub Actions apt package installation
Add apt-get update before package installation to prevent 404 errors
caused by outdated package indices.
Root cause: Ubuntu package repositories periodically remove old versions.
Without updating the package index, apt attempts to fetch non-existent versions.1 parent f562942 commit 63994a9
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
0 commit comments