forked from qt-creator/qt-creator
GitHub Actions: Use actions/cache v1
Update to latest v1 actions/cache, instead of using a fixed version. For example v1.1.1 increased the cache version from 2GB to 5GB! Change-Id: Ib312016f5e0e07771451049cf2d4cd3ce0225837 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@@ -372,7 +372,7 @@ jobs:
|
||||
|
||||
|
||||
- name: ccache cache files
|
||||
uses: actions/cache@v1.1.0
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: .ccache
|
||||
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.ide_major_version }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
|
||||
|
Reference in New Issue
Block a user