[GA] tmp disable build cache

This commit is contained in:
Denis Angell
2025-03-25 10:37:17 +01:00
parent 9178aa9d8a
commit 69b7728b2d
3 changed files with 18 additions and 21 deletions

View File

@@ -20,7 +20,8 @@ runs:
path: ~/.conan/data
key: ${{ inputs.cache-key }}-${{ inputs.configuration }}-conan-${{ hashFiles('conanfile.py') }}
restore-keys: |
${{ runner.os }}-conan-
${{ inputs.cache-key }}-${{ inputs.configuration }}-conan-
${{ inputs.cache-key }}-conan-
- name: install dependencies
if: steps.cache-restore.outputs.cache-hit != 'true'
@@ -39,4 +40,4 @@ runs:
uses: actions/cache/save@v4
with:
path: ~/.conan/data
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
key: ${{ inputs.cache-key }}-${{ inputs.configuration }}-conan-${{ hashFiles('conanfile.py') }}