[Test] typo fix

This commit is contained in:
tangxifan 2020-11-24 13:44:14 -07:00
parent 5210eae960
commit 03f18b776c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ jobs:
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE
- name: ${{matrix.config.name}
- name: ${{matrix.config.name}}
working-directory: ${{runner.workspace}}
shell: bash
# Execute the test.