File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
if [[ "${{ inputs.host-platform }}" == linux* ]]; then
206
206
echo "CPLUS_INCLUDE_PATH=${CUDA_HOME}/include:${Python3_ROOT_DIR}/include/python${{ matrix.python-version }}:$(realpath "cuda_core/cuda/core/experimental/include")" >> $GITHUB_ENV
207
207
elif [[ "${{ inputs.host-platform }}" == win* ]]; then
208
- echo "CL=/I\"${CUDA_HOME}\include\" /I\"${Python3_ROOT_DIR}\include\python${{ matrix.python-version }}\" /I\"$(realpath cuda_core/cuda/core/experimental/include)\"" >> $GITHUB_ENV
208
+ echo "CL=/I\"${CUDA_HOME}\include\" /I\"${Python3_ROOT_DIR}\include\python${{ matrix.python-version }}\" /I\"$(cygpath -w $( realpath cuda_core/cuda/core/experimental/include) )\"" >> $GITHUB_ENV
209
209
fi
210
210
# For caching
211
211
echo "PY_EXT_SUFFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))")" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments