Skip to content

Commit 4ce4d57

Browse files
committed
wip
1 parent 0d9d585 commit 4ce4d57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15+
- name: Set git to use LF
16+
run: |
17+
git config --global core.autocrlf false
18+
git config --global core.eol lf
19+
1520
- uses: actions/checkout@v2
1621

1722
- name: Run common platform script
@@ -24,11 +29,6 @@ jobs:
2429
runs-on: ubuntu-latest
2530

2631
steps:
27-
- name: Set git to use LF
28-
run: |
29-
git config --global core.autocrlf false
30-
git config --global core.eol lf
31-
3232
- uses: actions/checkout@v2
3333

3434
- name: Install opam

0 commit comments

Comments
 (0)