Skip to content

Commit 5a3aaf6

Browse files
committed
Try LF again
1 parent b1c7e92 commit 5a3aaf6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,23 @@ jobs:
2525
build: |
2626
cd analysis
2727
# git checkout converted these to windows newline. Convert back to unix newline here
28-
dos2unix test.sh tests/src/*.res tests/src/*.resi
28+
# dos2unix test.sh tests/src/*.res tests/src/*.resi
2929
echo "git diff ci"
3030
git diff tests/src/expected/Auto.res.txt
3131
echo "cat -A Auto.res.txt"
3232
cat -A tests/src/expected/Auto.res.txt
3333
echo "make now===="
34-
& $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
34+
# & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
35+
make foo
3536
artifact-folder: win32
3637

3738
runs-on: ${{matrix.os}}
3839

3940
steps:
40-
# - name: Set git to use LF
41-
# run: |
42-
# git config --global core.autocrlf false
43-
# git config --global core.eol lf
41+
- name: Set git to use LF
42+
run: |
43+
git config --global core.autocrlf false
44+
git config --global core.eol lf
4445
4546
- uses: actions/[email protected]
4647

0 commit comments

Comments
 (0)