File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
shell : bash
18
18
- uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
19
19
with :
20
- key : ${{ steps.normalized-key.outputs.key }}-2
20
+ key : ${{ steps.normalized-key.outputs.key }}-3
21
21
workspaces : " ./src/rust/ -> target"
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
# When altering the openssl build process you may need to increment
107
107
# the value on the end of this cache key so that you can prevent it
108
108
# 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
110
110
if : matrix.PYTHON.OPENSSL
111
111
- name : Build custom OpenSSL/LibreSSL
112
112
run : .github/workflows/build_openssl.sh
You can’t perform that action at this time.
0 commit comments