From 43d5e1fa352a25b1e5bd66cd64234df0aa35c2dd Mon Sep 17 00:00:00 2001 From: Brian Szmyd Date: Fri, 29 Dec 2023 18:00:44 +0000 Subject: [PATCH] Fix cache prefix --- .github/workflows/build_dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_dependencies.yml b/.github/workflows/build_dependencies.yml index ad8c87aeb..be97712f1 100644 --- a/.github/workflows/build_dependencies.yml +++ b/.github/workflows/build_dependencies.yml @@ -141,7 +141,7 @@ jobs: with: testing: 'False' path: import/nuraft_mesg - key_prefix: NuraftMesgDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-${{ inputs.prerelease }} + key_prefix: NuMesgDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-${{ inputs.prerelease }} fail_on_cache_miss: true if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }} @@ -202,7 +202,7 @@ jobs: with: testing: 'False' path: import/nuraft_mesg - key_prefix: NuraftMesgDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-${{ inputs.prerelease }} + key_prefix: NuMesgDeps-${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.malloc-impl }}-${{ inputs.prerelease }} fail_on_cache_miss: true if: ${{ inputs.testing == 'True' && github.event_name != 'pull_request' && steps.restore-cache.outputs.cache-hit != 'true' }}