Skip to content

Commit

Permalink
Surely this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Sep 4, 2024
1 parent e97871c commit 719c6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/range-v3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ jobs:
if ("${{ runner.os }}" STREQUAL "Windows" AND NOT "x${{ matrix.config.environment_script }}" STREQUAL "x")
file(STRINGS environment_script_output.txt output_lines)
foreach(line IN LISTS output_lines)
if (line MATCHES "^PATH=(.*)$")
set(ENV{PATH} "${CMAKE_MATCH_1}")
if (line MATCHES "^([a-zA-Z0-9_-]+)=(.*)$")
set(ENV{${CMAKE_MATCH_1}} "${CMAKE_MATCH_2}")
endif()
endforeach()
endif()
Expand Down

0 comments on commit 719c6c5

Please sign in to comment.