Skip to content

Commit

Permalink
pr add Support long paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Nov 14, 2024
1 parent c69104c commit 44529b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
outputs:
version: ${{ steps.dubbo-spi-extensions-version.outputs.version }}
steps:
- name: Support long paths on Windows
if: ${{ startsWith( matrix.os, 'windows') }}
run: git config --system core.longpaths true
- uses: actions/checkout@v4
with:
path: dubbo-spi-extensions
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-scheduled-3.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
outputs:
version: ${{ steps.dubbo-spi-extensions-version.outputs.version }}
steps:
- name: Support long paths on Windows
if: ${{ startsWith( matrix.os, 'windows') }}
run: git config --system core.longpaths true
- uses: actions/checkout@v4
with:
ref: "3.3"
Expand Down

0 comments on commit 44529b5

Please sign in to comment.