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.
2 parents 2852dd0 + e5e9656 commit 991614eCopy full SHA for 991614e
.github/workflows/build-and-test.yml
@@ -16,6 +16,11 @@ jobs:
16
- name: Support longpaths on Windows
17
run: git config --system core.longpaths true
18
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'
24
- uses: actions/checkout@v3
25
- name: Install Webkit + GTK bindings
26
run: sudo apt-get update && sudo apt install -yq libwebkit2gtk-4.1-dev
0 commit comments