Skip to content

Commit

Permalink
fixup! Fix issues with caches in PRs changing ci.yml (eclipse-uprotoc…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Apr 15, 2024
1 parent 379d085 commit a55a40c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
Zenoh_C_Repo: https://github.com/eclipse-zenoh/zenoh-c.git
Zenoh_C_Cache_PFX: libzenohc-${{ GITHUB_WORKFLOW_SHA }}
Zenoh_C_Cache_PFX: libzenohc-${{ github.workflow_sha }}
outputs:
Zenoh_C_Cache: ${{ env.Zenoh_C_Cache_PFX }}-${{ steps.zenoh-c-head.outputs.Zenoh_C_HEAD }}

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
env:
UP_CPP_Repo: https://github.com/eclipse-uprotocol/up-cpp.git
UP_CPP_Cache_PFX: up-cpp-conan2-${{ GITHUB_WORKFLOW_SHA }}
UP_CPP_Cache_PFX: up-cpp-conan2-${{ github.workflow_sha }}
outputs:
UP_CPP_Cache: ${{ env.UP_CPP_Cache_PFX }}-${{ steps.up-cpp-head.outputs.UP_CPP_HEAD }}

Expand Down

0 comments on commit a55a40c

Please sign in to comment.