]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/http3-linux: cleanup cache entry name after prev
authorViktor Szakats <commit@vsz.me>
Sun, 5 Oct 2025 09:08:40 +0000 (11:08 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 5 Oct 2025 12:07:42 +0000 (14:07 +0200)
To avoid duplicate `no-deprecated` in the cache entry name.

Follow-up to c96bf36557ea2302e4cb838ee1e4bb9827fecee7 #18833

Closes #18853

.github/workflows/http3-linux.yml

index 3d0fec9efb5c7f78f5fe408f909b22b1fcbd5b19..c9495fe74ea8b7b27e54f5a7afb4f5161d441016 100644 (file)
@@ -73,7 +73,7 @@ jobs:
           cache-name: cache-openssl-http3-no-deprecated
         with:
           path: ~/openssl/build
-          key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}-no-deprecated
+          key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}
 
       - name: 'cache libressl'
         uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
@@ -484,7 +484,7 @@ jobs:
           cache-name: cache-openssl-http3-no-deprecated
         with:
           path: ~/openssl/build
-          key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}-no-deprecated
+          key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }}
           fail-on-cache-miss: true
 
       - name: 'cache libressl'