From 3c1c9c13d82b307d949e4bd22b622cd39fcd8988 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 24 Jul 2025 13:23:09 +0200 Subject: [PATCH] git: Undo rpm changes --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 184da8216..0037ce911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -999,7 +999,8 @@ jobs: set -x dnf upgrade -y dnf install -y \ - mock + mock \ + ccache - name: ⬇️ Install .NET uses: actions/setup-dotnet@v4 @@ -1044,7 +1045,7 @@ jobs: config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['compress'] = True - config_opts['plugin_conf']['ccache_opts']['dir'] = '${{ github.workspace }}/.ccache' + config_opts['plugin_conf']['ccache_opts']['dir'] = "${{ github.workspace }}/.ccache" config_opts['plugin_conf']['ccache_opts']['show_stats'] = True EOT