workflow/lint: cache DNF (hopefully)
Some checks failed
ci-lint / test (push) Failing after 2s

This commit is contained in:
Josh Lay 2025-10-19 08:16:16 -05:00
parent 19eb5251c0
commit 8f9931d285
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -15,6 +15,13 @@ jobs:
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
steps:
- name: cache '/var/cache/dnf'
id: cache-dnf
uses: actions/cache@v4
with:
path: /var/cache/dnf
key: zfs_dkms-dnf
- name: requirements
run: |
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf