Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
majaha committed Feb 13, 2024
1 parent 2801a43 commit d128930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
update: false
release: true
path-type: inherit
path-type: strict
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
update: false
release: true
path-type: inherit
path-type: strict
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down Expand Up @@ -647,7 +647,7 @@ jobs:
msystem: "${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}"
update: false
release: true
path-type: inherit
path-type: strict
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
Expand Down
2 changes: 1 addition & 1 deletion src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ x--expand-yaml-anchors--remove:
release: true
# Inherit the full path from the Windows environment, with MSYS2's */bin/
# dirs placed in front. This lets us run Windows-native Python etc.
path-type: inherit
path-type: strict
install: >
make
git
Expand Down

0 comments on commit d128930

Please sign in to comment.