Skip to content

Commit

Permalink
3.3.1 (#566) (#567)
Browse files Browse the repository at this point in the history
* upgrade doc version

* fix 3.3.1 bug

* fix TripleConstants import not found

* update doc

* pr add Support long paths on Windows

---------

Co-authored-by: Mac <[email protected]>
  • Loading branch information
songxiaosheng and Mac authored Nov 14, 2024
1 parent 4228206 commit d9eef6b
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 d9eef6b

Please sign in to comment.