From 20230cb5904cfb47348dbf9762d6e85ece3d7634 Mon Sep 17 00:00:00 2001 From: "Mauricio A. Rovira Galvez" <8482308+marovira@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:38:50 -0800 Subject: [PATCH] [brief] Fixes the build type for the test app. [detailed] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 466a1f2..1fe563f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: shell: bash working-directory: ./test env: - BUILD_TYPE: ${{ matrix.config.build_type }} + BUILD_TYPE: ${{ matrix.config.build }} CONFIG_TYPE: ${{ matrix.config.preset }} CC: ${{ matrix.config.cc }} CXX: ${{ matrix.config.cxx }}