We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7984738 commit 030e551Copy full SHA for 030e551
.github/workflows/wasm_of_ocaml.yml
@@ -66,13 +66,6 @@ jobs:
66
if: ${{ matrix.os == 'ubuntu-latest' }}
67
run: sudo apt-get update
68
69
- - name: Set git to use LF
70
- if: ${{ matrix.os == 'windows-latest' && matrix.ocaml-compiler < 5.2 }}
71
- run: |
72
- git config --global core.autocrlf false
73
- git config --global core.eol lf
74
- git config --global core.ignorecase false
75
-
76
- name: Checkout tree
77
uses: actions/checkout@v5
78
with:
0 commit comments