Skip to content

Commit fb2acfe

Browse files
authored
use same cache for release and branch package (#131)
1 parent c95dd77 commit fb2acfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-conan-branch-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/cache@v6.1.0
7676
with:
7777
path: ~/.conan2/p
78-
key: ${{ inputs.os }}-${{ inputs.compiler }}-reusable-workflow-branch-package
78+
key: ${{ inputs.os }}-${{ inputs.compiler }}-reusable-workflow-release-or-branch-package
7979

8080
- name: Checkout
8181
uses: actions/checkout@v7.0.1

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/cache@v6.1.0
8686
with:
8787
path: ~/.conan2/p
88-
key: ${{ inputs.os }}-${{ inputs.compiler }}-conan-reusable-workflow-release
88+
key: ${{ inputs.os }}-${{ inputs.compiler }}-conan-reusable-workflow-release-or-branch-package
8989

9090
- name: Checkout
9191
uses: actions/checkout@v7.0.1

0 commit comments

Comments
 (0)