Update cmake.yml
This commit is contained in:
parent
aaab355df7
commit
ccdf2a3a9e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CMake Builds
|
||||
name: CMakeBuilds
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -90,4 +90,4 @@ jobs:
|
|||
shell: bash
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: ctest -C $BUILD_TYPE
|
||||
run: ctest -C $BUILD_TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue