[Fix] (workflow): fix typo

This commit is contained in:
2025-08-25 15:49:18 +08:00
parent 69f7dda3de
commit 5354ff04c6
-1
View File
@@ -42,7 +42,6 @@ jobs:
- name: Configure CMake
working-directory: ${{env.TEST_ROOT}}
run: |
|
if [ "${{ secrets.ACTIONS_STEP_DEBUG }}" == "true" ]; then
cmake -S . -B build-test -DCMAKE_BUILD_TYPE=Debug -DBUILD_TEST=ON -DBUILD_BENCHMARK=OFF
else