mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
gha : Build new cache each day
This commit is contained in:
@@ -74,7 +74,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ${{ env.BUILDCACHE_DIR }}
|
path: ${{ env.BUILDCACHE_DIR }}
|
||||||
key: ${{ matrix.config.name }}-cache-v01-${{ steps.cache_timestamp_string.outputs.timestamp }}
|
key: ${{ matrix.config.name }}-cache-v01-${{ steps.cache_timestamp_string.outputs.timestamp }}
|
||||||
restore-keys: ${{ matrix.config.name }}-cache-v01-
|
|
||||||
- name: Create Folder for buildcache
|
- name: Create Folder for buildcache
|
||||||
run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force
|
run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
Reference in New Issue
Block a user