workflow/lint: drop DNF cache, chicken/egg: no nodejs
All checks were successful
ci-lint / test (push) Successful in 34s
All checks were successful
ci-lint / test (push) Successful in 34s
This commit is contained in:
parent
8f9931d285
commit
a69272dfc5
1 changed files with 1 additions and 8 deletions
|
@ -15,14 +15,7 @@ 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'
|
- name: nodejs/git/pip
|
||||||
id: cache-dnf
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /var/cache/dnf
|
|
||||||
key: zfs_dkms-dnf
|
|
||||||
|
|
||||||
- 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
|
||||||
dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip
|
dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue