git: Fix Fedora spec name and removed caching from Fedora CI (#672)

* changed name to 'imhex' in imhex.spec

* removed CMakeCache for Fedora
This commit is contained in:
iTrooz_
2022-08-14 10:08:58 +02:00
committed by GitHub
parent 85f0e04d0e
commit b917bfca07
2 changed files with 2 additions and 9 deletions

View File

@@ -448,14 +448,7 @@ jobs:
~/.cache/ccache
key: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build-${{ github.run_id }}
restore-keys: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build
- name: 📜 Restore CMakeCache
uses: actions/cache@v3
with:
path: |
~/rpmbuild/BUILDROOT/CMakeCache.txt
key: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build-${{ hashFiles('**/CMakeLists.txt') }}
- name: 📜 Set version variable
run: |
echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV