diff --git a/.github/workflows/build_wamr_lldb.yml b/.github/workflows/build_wamr_lldb.yml index 1a73750a6..a0d9ddd5d 100644 --- a/.github/workflows/build_wamr_lldb.yml +++ b/.github/workflows/build_wamr_lldb.yml @@ -70,7 +70,7 @@ jobs: ./core/deps/llvm-project/build/share ./core/deps/llvm-project/lldb/tools/ ./core/deps/llvm-project/wamr-lldb/ - key: ${{inputs.arch}}-${{ inputs.runner }}-lldb_build + key: ${{ inputs.ver_num }}-${{ inputs.arch }}-${{ inputs.runner }}-lldb_build - name: setup xcode macos if: steps.lldb_build_cache.outputs.cache-hit != 'true' && contains(inputs.runner, 'macos')