Skip to content

Commit 20230cb

Browse files
committed
[brief] Fixes the build type for the test app.
[detailed]
1 parent b96bccc commit 20230cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash
7171
working-directory: ./test
7272
env:
73-
BUILD_TYPE: ${{ matrix.config.build_type }}
73+
BUILD_TYPE: ${{ matrix.config.build }}
7474
CONFIG_TYPE: ${{ matrix.config.preset }}
7575
CC: ${{ matrix.config.cc }}
7676
CXX: ${{ matrix.config.cxx }}

0 commit comments

Comments
 (0)