git: remove mock cache for Fedora because it seems to be duplicated with ccache
This commit is contained in:
parent
bba4cf9578
commit
ecb9537c4e
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -676,14 +676,6 @@ jobs:
|
|||||||
config_opts['plugin_conf']['ccache_opts']['dir'] = "$GITHUB_WORKSPACE/.ccache"
|
config_opts['plugin_conf']['ccache_opts']['dir'] = "$GITHUB_WORKSPACE/.ccache"
|
||||||
EOT
|
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)
|
# Fedora cmake build (in imhex.spec)
|
||||||
- name: 📦 Build RPM
|
- name: 📦 Build RPM
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user