mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-05 16:57:53 +00:00
[CONAN] stable fallback cache key
This commit is contained in:
3
.github/workflows/macos-ga.yml
vendored
3
.github/workflows/macos-ga.yml
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
path: ~/.ccache
|
||||
key: ${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-${{ steps.safe-branch.outputs.name }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-${{ steps.safe-branch.outputs.safe_branch_name }}-fallback
|
||||
${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-
|
||||
${{ runner.os }}-ccache-
|
||||
|
||||
@@ -170,7 +171,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ~/.ccache
|
||||
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}-${{ github.run_id }}
|
||||
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}-fallback
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
||||
3
.github/workflows/nix-ga.yml
vendored
3
.github/workflows/nix-ga.yml
vendored
@@ -134,6 +134,7 @@ jobs:
|
||||
path: ~/.ccache
|
||||
key: ${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-${{ steps.safe-branch.outputs.safe_branch_name }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-${{ steps.safe-branch.outputs.safe_branch_name }}-fallback
|
||||
${{ runner.os }}-ccache-${{ env.CACHE_VERSION }}-
|
||||
${{ runner.os }}-ccache-
|
||||
|
||||
@@ -167,7 +168,7 @@ jobs:
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ~/.ccache
|
||||
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}-${{ github.run_id }}
|
||||
key: ${{ steps.ccache-restore.outputs.cache-primary-key }}-fallback
|
||||
|
||||
- name: Set artifact name
|
||||
id: set-artifact-name
|
||||
|
||||
Reference in New Issue
Block a user