From 2ce5acb8d3131cd02080161f232774979b2e0d76 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 23 Jul 2025 14:55:32 +0200 Subject: [PATCH] git: Disable DNF caching to prevent the cache from filling up too quickly --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eebde2a2..00ac5ad51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -991,6 +991,7 @@ jobs: submodules: recursive - name: 📜 Setup DNF Cache + if: false # Disabled for now since it fills up the cache very quickly uses: actions/cache@v4 with: path: /var/cache/dnf