Skip to content

Commit

Permalink
CI: try disabling newline conversion on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Dec 18, 2024
1 parent a81f16a commit e5e9656
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ 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
Expand Down

0 comments on commit e5e9656

Please sign in to comment.