Skip to content

Commit fde37ec

Browse files
committed
try resetting git autocrlf config.
1 parent 1a79729 commit fde37ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-dist-with-cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
17+
- name: normalize spaces
18+
run: git config --global core.autocrlf input
1719
- name: apt update
1820
run: |
1921
sudo apt-get update

0 commit comments

Comments
 (0)