We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091296d commit 9daf45aCopy full SHA for 9daf45a
.github/workflows/ci.yml
@@ -103,9 +103,6 @@ jobs:
103
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
104
endif()
105
endforeach()
106
- execute_process(
107
- COMMAND cmd /c "${{ matrix.config.environment_script }}"
108
- )
109
110
111
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/ninja" ninja_program)
@@ -153,9 +150,6 @@ jobs:
153
150
154
151
155
152
156
157
158
159
160
161
execute_process(
0 commit comments