diff --git a/.github/workflows/lightgbm.yml b/.github/workflows/lightgbm.yml index 65cf9fd..e8d387f 100644 --- a/.github/workflows/lightgbm.yml +++ b/.github/workflows/lightgbm.yml @@ -39,14 +39,13 @@ jobs: # Disable caching of the CUDA binaries, since it does not give us any significant performance improvement - use-github-cache: true + use-github-cache: false use-local-cache: false # 在GITHUB_ENV中输出CUDA_PATH - name: echo version run: | nvcc -V - nvidia-smi echo ${{ steps.cuda-toolkit.outputs.cuda }} echo "${{ env.CUDA_PATH }}" echo ${{ steps.install-boost.outputs.BOOST_VER }} @@ -62,7 +61,7 @@ jobs: git clone --recursive https://github.com/Microsoft/LightGBM cd LightGBM - sh ./build-python.sh bdist_wheel --gpu --boost-include-dir=$BOOST_ROOT ----opencl-include-dir="$CUDA_PATH/include" + sh ./build-python.sh bdist_wheel --gpu --boost-include-dir=$BOOST_ROOT --opencl-include-dir="$CUDA_PATH\include" env: BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }} - run: tree LightGBM/dist