Skip to content

Commit 9642e5f

Browse files
authored
bust openssl cache due to github actions rolling back image changes (#11781)
* bust openssl cache due to github actions rolling back image changes * Update action.yml
1 parent 260a61e commit 9642e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ runs:
1717
shell: bash
1818
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
1919
with:
20-
key: ${{ steps.normalized-key.outputs.key }}-2
20+
key: ${{ steps.normalized-key.outputs.key }}-3
2121
workspaces: "./src/rust/ -> target"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# When altering the openssl build process you may need to increment
107107
# the value on the end of this cache key so that you can prevent it
108108
# from fetching the cache and skipping the build step.
109-
key: ${{ matrix.PYTHON.OPENSSL.TYPE }}-${{ matrix.PYTHON.OPENSSL.VERSION }}-${{ env.OPENSSL_HASH }}-13
109+
key: ${{ matrix.PYTHON.OPENSSL.TYPE }}-${{ matrix.PYTHON.OPENSSL.VERSION }}-${{ env.OPENSSL_HASH }}-14
110110
if: matrix.PYTHON.OPENSSL
111111
- name: Build custom OpenSSL/LibreSSL
112112
run: .github/workflows/build_openssl.sh

0 commit comments

Comments
 (0)