Skip to content

Commit

Permalink
build: Set CARGO_HOME to shorter path for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Aug 1, 2024
1 parent 3071b3c commit bafc016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ 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: |
Expand All @@ -102,7 +104,7 @@ jobs:
- uses: ./.github/action-common-python-release
with:
package-name: ${{ matrix.package-name }}
python-architectire: x64
python-architecture: x64
rust-target: x86_64-pc-windows-msvc

sdist:
Expand Down

0 comments on commit bafc016

Please sign in to comment.