From bafc016613bc2728a65a9abd3f13e5649b0457f3 Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Thu, 1 Aug 2024 16:11:42 -0700 Subject: [PATCH] build: Set CARGO_HOME to shorter path for Windows builds --- .github/workflows/release-python.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 253d2ace3..c86deb534 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -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: | @@ -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: