Skip to content

Commit

Permalink
build: Enable longpath support for git client on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Aug 2, 2024
1 parent bafc016 commit 419dfe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ jobs:
strategy:
matrix:
package-name: [qcs-sdk-python, qcs-sdk-python-grpc-web]
env:
CARGO_HOME: 'C:\cargo'
steps:
- name: Enable long path support
run: |
reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
git config --system core.longpaths true
- uses: actions/checkout@v2
- name: Install protoc
uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit 419dfe3

Please sign in to comment.