Skip to content

Commit

Permalink
github actions: setting temp directory in Windows to try to resolve i…
Browse files Browse the repository at this point in the history
…ssues with too long paths
  • Loading branch information
StephenCzarnecki committed Oct 25, 2024
1 parent 8b316b3 commit 52bdefd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52bdefd

Please sign in to comment.