From 52bdefd29bfb007d74f5b89381cad7df37f3c564 Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Fri, 25 Oct 2024 15:12:59 -0400 Subject: [PATCH] github actions: setting temp directory in Windows to try to resolve issues with too long paths --- .github/workflows/build_wheels.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1cf3af8..383e614 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -18,10 +18,7 @@ jobs: arch: [x86, x64] python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] - steps: - - name: Set up short temp directory - run: mkdir C:\Temp - + steps: - name: Support longpaths run: git config --system core.longpaths true