diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 46203ee..c6100ab 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: requirements run: | echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf - dnf -yq --no-docs in nodejs git-core python3-pip + dnf -yq --no-docs --setopt=install_weak_deps=False in nodejs git-core python3-pip - uses: actions/checkout@v4