From 9daf45a1be3b423edee9c364d744cfc7241e2085 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 5 Jun 2022 15:59:07 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bb1892..18d84da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) @@ -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(