Skip to content

Commit

Permalink
ci.yml: modeprobe zstd for tests (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck committed Apr 8, 2024
1 parent 51372d7 commit 766bfb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -30,10 +30,11 @@ jobs:
uses: tecolicom/actions-use-apt-tools@main
with:
tools: linux-modules-extra-$(uname -r)
- name: Insert zram module
- name: Insert required modules
run: |
sudo depmod
sudo modprobe -v zram
sudo modprobe -v zstd
- name: Install Rust
run: |
rm -f ~/.cargo/bin/*fmt ~/.cargo/bin/rust-analyzer
Expand Down

0 comments on commit 766bfb0

Please sign in to comment.