File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
msystem : " ${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
104
104
update : false
105
105
release : true
106
- path-type : strict
106
+ path-type : inherit
107
107
install : " make git dos2unix diffutils\n "
108
108
- name : disable git crlf conversion
109
109
run : git config --global core.autocrlf false
@@ -508,7 +508,7 @@ jobs:
508
508
msystem : " ${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
509
509
update : false
510
510
release : true
511
- path-type : strict
511
+ path-type : inherit
512
512
install : " make git dos2unix diffutils\n "
513
513
- name : disable git crlf conversion
514
514
run : git config --global core.autocrlf false
@@ -647,7 +647,7 @@ jobs:
647
647
msystem : " ${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
648
648
update : false
649
649
release : true
650
- path-type : strict
650
+ path-type : inherit
651
651
install : " make git dos2unix diffutils\n "
652
652
- name : disable git crlf conversion
653
653
run : git config --global core.autocrlf false
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ x--expand-yaml-anchors--remove:
131
131
release : true
132
132
# Inherit the full path from the Windows environment, with MSYS2's */bin/
133
133
# dirs placed in front. This lets us run Windows-native Python etc.
134
- path-type : strict
134
+ path-type : inherit
135
135
install : >
136
136
make
137
137
git
You can’t perform that action at this time.
0 commit comments