Updating GHES workflows

This commit is contained in:
GitHub Actions
2022-11-10 13:45:36 +00:00
parent 92e51bbc9a
commit 08abd1ed14
10 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}