Skip to content

Commit 0025110

Browse files
committed
Build with debug
1 parent cd95f82 commit 0025110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build wolfProvider
4848
if: steps.wolfprov-${{ matrix.wolfssl_ref }}-cache.hit != 'true'
4949
run: |
50-
OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
50+
${{ matrix.debug }} OPENSSL_TAG=${{ matrix.openssl_ref }} WOLFSSL_TAG=${{ matrix.wolfssl_ref }} ./scripts/build-wolfprovider.sh
5151
5252
- name: Run simple tests
5353
run: |

0 commit comments

Comments
 (0)