You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cmake.yml
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,6 @@ jobs:
42
42
43
43
steps:
44
44
- uses: actions/checkout@v4
45
-
with:
46
-
submodules: true
47
45
48
46
- name: Set reusable strings
49
47
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -75,12 +73,6 @@ jobs:
75
73
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
81
-
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
0 commit comments