Skip to content

Commit

Permalink
fixup: modprobe: FATAL: Module zram not found
Browse files Browse the repository at this point in the history
in directory /lib/modules/5.15.0-1042-azure
  • Loading branch information
pheiduck committed Aug 20, 2023
1 parent 271d78f commit 984ae6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,9 @@ jobs:
with:
tools: linux-modules-extra-$(uname -r)
- name: Insert zram module
run: sudo modprobe -v zram
run: |
sudo depmod
sudo modprobe -v zram
- name: Install Rust
run: |
rm -f ~/.cargo/bin/*fmt ~/.cargo/bin/rust-analyzer
Expand Down

0 comments on commit 984ae6b

Please sign in to comment.