File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 fetch-depth : 1
3131
32- - name : Checking wolfSSL/wolfProvider in cache
33- # Debug builds are not currently supported by build-wolfprovider.yml
34- # so those are manually built as a separate step.
35- if : ${{ matrix.debug == '' }}
36- uses : actions/cache@v4
37- id : wolfprov-cache
38- with :
39- path : |
40- wolfssl-install
41- wolfprov-install
42- openssl-install/lib64
43- openssl-install/include
44- openssl-install/bin
45-
46- key : wolfprov-${{ matrix.wolfssl_ref }}-${{ matrix.openssl_ref }}-${{ github.sha }}
47- # Normally we would fail on cache miss, but we rebuild below
48- # for the DEBUG build.
49- fail-on-cache-miss : false
50-
51- # If not yet built this version, build it now
5232 - name : Build wolfProvider
53- # Only run the test for a cache miss. On hit, we've already run the test.
54- if : steps.wolfprov-cache.outputs.cache-hit != 'true'
5533 run : |
5634 ${{ matrix.debug }} OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
5735
You can’t perform that action at this time.
0 commit comments