We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343fe61 commit 3b312c5Copy full SHA for 3b312c5
1 file changed
.github/workflows/ci.yml
@@ -128,11 +128,12 @@ jobs:
128
DUNE_PROFILE: release
129
130
steps:
131
- - name: "Windows: Set git to use LF"
+ - name: "Windows: Set git config"
132
if: runner.os == 'Windows'
133
run: |
134
- git config --global core.autocrlf false
135
- git config --global core.eol lf
+ git config --system core.autocrlf false
+ git config --system core.eol lf
136
+ git config --system core.longpaths true
137
138
- name: Checkout
139
uses: actions/checkout@v4
0 commit comments