From 271d78f7e5817fde52e34e5d354de768ea140898 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:52:36 +0200 Subject: [PATCH] cache: linux-modules-extra This method will reduce failed downloads of this package --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2564434..0d02162 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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