We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b246b + 579fe75 commit 09209dfCopy full SHA for 09209df
.github/workflows/tests+artifacts+pypi.yml
@@ -48,10 +48,12 @@ jobs:
48
echo CMAKE_ARGS="-DCMAKE_CXX_COMPILER=D:/a/_temp/msys64/mingw64/bin/g++.exe" >> $GITHUB_ENV
49
echo CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" >> $GITHUB_ENV
50
echo CMAKE_GENERATOR="Ninja" >> $GITHUB_ENV
51
+ echo TEMP="D:/a/_temp/" >> $GITHUB_ENV
52
53
- uses: actions/checkout@v2
54
with:
55
submodules: recursive
56
+ fetch-depth: 0 # https://github.com/pypa/setuptools_scm/issues/480
57
58
- uses: actions/setup-python@v1
59
0 commit comments