Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
majaha committed Feb 12, 2024
1 parent 3d239cb commit 2801a43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
release: true
path-type: inherit
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
- name: checkout the source code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -508,6 +510,8 @@ jobs:
release: true
path-type: inherit
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
- name: checkout the source code
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -645,6 +649,8 @@ jobs:
release: true
path-type: inherit
install: "make git dos2unix diffutils\n"
- name: disable git crlf conversion
run: git config --global core.autocrlf false
- name: checkout the source code
uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ x--expand-yaml-anchors--remove:
git
dos2unix
diffutils
# - name: disable git crlf conversion
# run: src/ci/scripts/disable-git-crlf-conversion.sh
- name: disable git crlf conversion
run: git config --global core.autocrlf false

- name: checkout the source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2801a43

Please sign in to comment.