Skip to content

Commit

Permalink
Use longpaths option on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Sep 2, 2024
1 parent a77c3fa commit 574ed53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
os: [ubuntu-22.04, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- name: Support longpaths on Windows
run: git config --system core.longpaths true
if: runner.os == 'Windows'
- uses: actions/checkout@v3
- name: Install Webkit + GTK bindings
run: sudo apt-get install -yq libwebkit2gtk-4.0-dev
Expand Down

0 comments on commit 574ed53

Please sign in to comment.