Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkourouklidis authored Dec 18, 2024
1 parent 991614e commit 09509da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09509da

Please sign in to comment.