Commit 7a6ae57
.github/workflows/ci.yml: Install linux-modules-extra
GitHub Actions is now broken due to missing zram kernel module,
therefore modprobe failed.
This PR install `linux-modules-extra-$(uname -r)` so auto detect running
kernel version and install corresponding required kernel modules
correctly.
Signed-off-by: Wong Hoi Sing Edison <[email protected]>1 parent b416a1b commit 7a6ae57
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
34 | | - | |
35 | | - | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments