We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd95f82 commit 0025110Copy full SHA for 0025110
1 file changed
.github/workflows/simple.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build wolfProvider
48
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
49
run: |
50
- OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
+ ${{ matrix.debug }} OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
51
52
- name: Run simple tests
53
0 commit comments