build: Fix various CI caching issues (#553)

* removed restore-keys

* updated cache for Ubuntu 22

* using ccache on OBJC and OBJCXX

* Bonus: fix release workflow
This commit is contained in:
iTrooz_
2022-06-27 00:20:32 +02:00
committed by GitHub
parent b1b33b2ae4
commit 01adc8a2cd
3 changed files with 9 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.ccache
~/.cache/ccache
key: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-build-${{ hashFiles('**/CMakeLists.txt') }}
restore-keys: ${{ runner.os }}-${{ secrets.CACHE_VERSION }}-build-${{ hashFiles('**/CMakeLists.txt') }}