Skip to content

Commit 08c5579

Browse files
authored
again
1 parent 9ad27ac commit 08c5579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
if [[ "${{ inputs.host-platform }}" == linux* ]]; then
206206
echo "CPLUS_INCLUDE_PATH=${CUDA_HOME}/include:${Python3_ROOT_DIR}/include/python${{ matrix.python-version }}:$(realpath "cuda_core/cuda/core/experimental/include")" >> $GITHUB_ENV
207207
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
209209
fi
210210
# For caching
211211
echo "PY_EXT_SUFFIX=$(python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))")" >> $GITHUB_ENV

0 commit comments

Comments
 (0)