Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Jan 11, 2025
1 parent bcf8fb6 commit 8215ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
- os: ubuntu
java-version: 21
steps:
- name: Support longpaths
run: sudo git config --system core.longpaths true
- if: matrix.os == "windows"
name: Support longpaths
run: git config --system core.longpaths true
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit 8215ab5

Please sign in to comment.