Skip to content

Commit 1686c35

Browse files
committed
Revert "."
This reverts commit d128930.
1 parent d128930 commit 1686c35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
104104
update: false
105105
release: true
106-
path-type: strict
106+
path-type: inherit
107107
install: "make git dos2unix diffutils\n"
108108
- name: disable git crlf conversion
109109
run: git config --global core.autocrlf false
@@ -508,7 +508,7 @@ jobs:
508508
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
509509
update: false
510510
release: true
511-
path-type: strict
511+
path-type: inherit
512512
install: "make git dos2unix diffutils\n"
513513
- name: disable git crlf conversion
514514
run: git config --global core.autocrlf false
@@ -647,7 +647,7 @@ jobs:
647647
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
648648
update: false
649649
release: true
650-
path-type: strict
650+
path-type: inherit
651651
install: "make git dos2unix diffutils\n"
652652
- name: disable git crlf conversion
653653
run: git config --global core.autocrlf false

src/ci/github-actions/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ x--expand-yaml-anchors--remove:
131131
release: true
132132
# Inherit the full path from the Windows environment, with MSYS2's */bin/
133133
# dirs placed in front. This lets us run Windows-native Python etc.
134-
path-type: strict
134+
path-type: inherit
135135
install: >
136136
make
137137
git

0 commit comments

Comments
 (0)