From 09509dab9770fa69b28ccf60e61197684a130247 Mon Sep 17 00:00:00 2001 From: Panagiotis Kourouklidis <22411884+pkourouklidis@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:35:13 +0000 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4ea04e3b4..95abbe5c8 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,11 +16,6 @@ jobs: - name: Support longpaths on Windows run: git config --system core.longpaths true if: runner.os == 'Windows' - - name: Disable newline conversion on Windows - run: | - git config --system core.autocrlf false - git config --system core.eol lf - if: runner.os == 'Windows' - uses: actions/checkout@v3 - name: Install Webkit + GTK bindings run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.1-dev