Skip to content

Commit 579fe75

Browse files
committed
try changing TEMP dir on Windows to get shorter paths
1 parent 948a82d commit 579fe75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
echo CMAKE_ARGS="-DCMAKE_CXX_COMPILER=D:/a/_temp/msys64/mingw64/bin/g++.exe" >> $GITHUB_ENV
4949
echo CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" >> $GITHUB_ENV
5050
echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
51+
echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
5152
5253
- uses: actions/checkout@v2
5354
with:

0 commit comments

Comments
 (0)