Skip to content

Commit

Permalink
[brief] Fixes the build type for the test app.
Browse files Browse the repository at this point in the history
[detailed]
  • Loading branch information
marovira committed Nov 11, 2024
1 parent b96bccc commit 20230cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 20230cb

Please sign in to comment.