Skip to content

Commit

Permalink
Fix ZRAM kmod not installed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongronggg9 committed Apr 9, 2024
1 parent e8ea0c0 commit 843a80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.arch == 'aarch64' }}
run: |
sudo apt-get update -yq
sudo apt-get install -yq linux-modules-extra-azure zram-tools
sudo apt-get install -yq "linux-modules-extra-$(uname -r)" zram-tools
echo -e 'CORES=1\nPERCENTAGE=100' | sudo tee -a /etc/default/zramswap
sudo systemctl restart zramswap
swapon
Expand Down

0 comments on commit 843a80c

Please sign in to comment.