Skip to content

Commit 79c8d86

Browse files
more testing
1 parent 0da5e37 commit 79c8d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
modified_projects="$(keep-modified-projects ${all_projects})"
4646
4747
windows_projects_to_test=$(exclude-windows $(compute-projects-to-test 1 ${modified_projects}))
48-
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq | tr '\015' ' ')
49-
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq | tr '\015' ';')
48+
windows_check_targets=$(check-targets ${windows_projects_to_test} | sort | uniq | tr -d '\r' | tr '\n' ' ')
49+
windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq | tr -d '\r' | tr '\n' ';')
5050
5151
if [[ "${windows_projects}" == "" ]]; then
5252
echo "No projects to build"

0 commit comments

Comments
 (0)