Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksv87 authored Jun 5, 2022
1 parent 091296d commit 9daf45a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ jobs:
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
endif()
endforeach()
execute_process(
COMMAND cmd /c "${{ matrix.config.environment_script }}"
)
endif()
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/ninja" ninja_program)
Expand Down Expand Up @@ -153,9 +150,6 @@ jobs:
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
endif()
endforeach()
execute_process(
COMMAND cmd /c "${{ matrix.config.environment_script }}"
)
endif()
execute_process(
Expand Down

0 comments on commit 9daf45a

Please sign in to comment.