File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
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' ]
2324 include :
2425 - CC : gcc-9
2526 CXX : g++-9
9192 openssl-source
9293 openssl-install
9394
94- key : ossl-${{ matrix.CC }}-depends
95+ key : ossl-depends-${{ matrix.openssl_ref }}-${{ github.sha }}
96+ lookup-only : true
9597
9698 # If not yet built this version, build it now
9799 - name : Build wolfProvider
@@ -100,7 +102,7 @@ jobs:
100102 CC : ${{ matrix.CC }}
101103 CXX : ${{ matrix.CXX }}
102104 run : |
103- WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
105+ WOLFSSL_TAG=${{ matrix.wolfssl_ref }} OPENSSL_TAG=${{ matrix.openssl_ref }} ./scripts/build-wolfprovider.sh
104106
105107 - name : Print errors
106108 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments