This commit is contained in:
parent
19eb5251c0
commit
8f9931d285
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ jobs:
|
||||||
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
image: fedora:42 # lock to *latest stable*; rawhide/next is 'latest' tag
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: cache '/var/cache/dnf'
|
||||||
|
id: cache-dnf
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: /var/cache/dnf
|
||||||
|
key: zfs_dkms-dnf
|
||||||
|
|
||||||
- name: requirements
|
- name: requirements
|
||||||
run: |
|
run: |
|
||||||
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue