1
0
mirror of synced 2024-11-12 02:00:52 +01:00

git: remove mock cache for Fedora because it seems to be duplicated with ccache

This commit is contained in:
iTrooz 2024-05-20 01:32:40 +02:00
parent bba4cf9578
commit ecb9537c4e
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -676,14 +676,6 @@ jobs:
config_opts['plugin_conf']['ccache_opts']['dir'] = "$GITHUB_WORKSPACE/.ccache"
EOT
- name: 📜 Setup Mock Cache
uses: actions/cache@v4
with:
path: /var/cache/mock
key: ${{ matrix.mock_release }}-mock-${{ github.run_id }}
restore-keys: |
${{ matrix.mock_release }}-mock
# Fedora cmake build (in imhex.spec)
- name: 📦 Build RPM
run: |