From 6c618d946c6b75b06f7f68aabe18cbb0f8353dc4 Mon Sep 17 00:00:00 2001 From: rbaron Date: Sun, 19 Mar 2023 16:37:33 +0100 Subject: [PATCH] Fixes workflow matrix variables and debug --- .github/workflows/b-parasite.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/b-parasite.yml b/.github/workflows/b-parasite.yml index e5f93f1..f396894 100644 --- a/.github/workflows/b-parasite.yml +++ b/.github/workflows/b-parasite.yml @@ -71,8 +71,8 @@ jobs: sample-dir: code/nrf-connect/samples/ble board: bparasite_${{ matrix.soc }} revision: ${{ matrix.revision }} - cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y - output-bin: ble_${{ matrix.soc }}_${{ matrix.version }}_debug.hex + cmake-extra: -DCONFIG_PRST_BLE_ENCODING_BTHOME_V2=y -DCONFIG_PRST_SLEEP_DURATION_SEC=1 -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y + output-bin: ble_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex build-zigbee: strategy: @@ -92,5 +92,5 @@ jobs: sample-dir: code/nrf-connect/samples/zigbee board: bparasite_${{ matrix.soc }} revision: ${{ matrix.revision }} - cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DEBUG=y - output-bin: zigbee_${{ matrix.soc }}_${{ matrix.version }}_debug.hex + cmake-extra: -DCONFIG_PRSTLIB_LOG_LEVEL_DBG=y + output-bin: zigbee_${{ matrix.soc }}_${{ matrix.revision }}_debug.hex