Skip to content

Commit 9daf45a

Browse files
authored
Update ci.yml
1 parent 091296d commit 9daf45a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
104104
endif()
105105
endforeach()
106-
execute_process(
107-
COMMAND cmd /c "${{ matrix.config.environment_script }}"
108-
)
109106
endif()
110107
111108
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/ninja" ninja_program)
@@ -153,9 +150,6 @@ jobs:
153150
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
154151
endif()
155152
endforeach()
156-
execute_process(
157-
COMMAND cmd /c "${{ matrix.config.environment_script }}"
158-
)
159153
endif()
160154
161155
execute_process(

0 commit comments

Comments
 (0)