mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GHA : Avoid space in cache key
This commit is contained in:
parent
ecdb1334c3
commit
dd605f5445
2
.github/workflows/ResInsightWithCache.yml
vendored
2
.github/workflows/ResInsightWithCache.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.BUILDCACHE_DIR }}
|
path: ${{ env.BUILDCACHE_DIR }}
|
||||||
key: ${{ matrix.config.name }}-cache-v02-${{ steps.cache_timestamp_string.outputs.timestamp }}
|
key: ${{ matrix.config.os }}-${{ matrix.config.cc }}-cache-v02-${{ steps.cache_timestamp_string.outputs.timestamp }}
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user