From a69272dfc5a77ec4c562ccabcc67087971cd2e7a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:19:26 -0500 Subject: [PATCH] workflow/lint: drop DNF cache, chicken/egg: no nodejs --- .forgejo/workflows/lint.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index fbaf511..3e90872 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -15,14 +15,7 @@ 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 + - name: nodejs/git/pip run: | 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