File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 fail-fast : false
2222 matrix :
23- openssl_ref : [ 'openssl-3.5.0' ]
2423 include :
2524 - CC : gcc-9
2625 CXX : g++-9
9291 openssl-source
9392 openssl-install
9493
95- key : ossl-depends-${{ matrix.openssl_ref }}-${{ github.sha }}
94+ key : ossl-depends-${{ matrix.wolfssl_ref }}-${{ matrix.CC }}-${{ github.sha }}
9695 lookup-only : true
9796
9897 # If not yet built this version, build it now
@@ -102,7 +101,7 @@ jobs:
102101 CC : ${{ matrix.CC }}
103102 CXX : ${{ matrix.CXX }}
104103 run : |
105- WOLFSSL_TAG=${{ matrix.wolfssl_ref }} OPENSSL_TAG=${{ matrix.openssl_ref }} ./scripts/build-wolfprovider.sh
104+ WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
106105
107106 - name : Print errors
108107 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments