Skip to content

Commit

Permalink
Git support for long paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Aug 6, 2023
1 parent 75e7228 commit a7eb8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- { name: "macOS Latest", os: macos-latest, platform: arm64 }

steps:
- name: Support longpaths
run: git config --system core.longpaths true

- uses: actions/checkout@v3
- name: Set up OpenJDK 17
uses: actions/setup-java@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- { name: "macOS Latest", os: macos-latest, platform: arm64 }

steps:
- name: Support longpaths
run: git config --system core.longpaths true

- uses: actions/checkout@v3
- name: Set up OpenJDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit a7eb8fa

Please sign in to comment.