Skip to content

Commit 991614e

Browse files
committed
Merge branch 'main' of github.com:epsilonlabs/epsilon-with-lsp
2 parents 2852dd0 + e5e9656 commit 991614e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Support longpaths on Windows
1717
run: git config --system core.longpaths true
1818
if: runner.os == 'Windows'
19+
- name: Disable newline conversion on Windows
20+
run: |
21+
git config --system core.autocrlf false
22+
git config --system core.eol lf
23+
if: runner.os == 'Windows'
1924
- uses: actions/checkout@v3
2025
- name: Install Webkit + GTK bindings
2126
run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.1-dev

0 commit comments

Comments
 (0)