Skip to content

Commit

Permalink
cache: linux-modules-extra
Browse files Browse the repository at this point in the history
This method will reduce failed downloads of this package
  • Loading branch information
pheiduck authored Aug 16, 2023
1 parent af1f29b commit 271d78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install linux-modules-extra-$(uname -r)
run: |
sudo apt update
sudo apt install -y linux-modules-extra-$(uname -r)
uses: tecolicom/actions-use-apt-tools@main
with:
tools: linux-modules-extra-$(uname -r)
- name: Insert zram module
run: sudo modprobe -v zram
- name: Install Rust
Expand Down

0 comments on commit 271d78f

Please sign in to comment.