File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ jobs:
141
141
"-DPCCL_BUILD_CUDA_SUPPORT=${{ matrix.pccl_build_cuda_support }}"
142
142
-S "${{ github.workspace }}"
143
143
144
-
145
144
- name : Configure CMake (Windows, cross-compile)
146
145
if : runner.os == 'Windows' && !matrix.is_host_arch
147
146
shell : cmd
@@ -215,9 +214,7 @@ jobs:
215
214
uses : actions/upload-artifact@v4
216
215
with :
217
216
name : libpccl-${{ runner.os }}-${{ matrix.build_type }}-${{ matrix.pccl_build_cuda_support == 'ON' && 'cuda' || 'nocuda' }}-${{ matrix.is_host_arch && 'host' || 'cross' }}
218
- path : |
219
- artifacts/lib/*.*
220
- artifacts/include/*.*
217
+ path : artifacts/lib/*.*,artifacts/include/*.*
221
218
222
219
- name : Create Python virtual environment (Windows)
223
220
if : ${{ runner.os == 'Windows' && matrix.is_host_arch }}
You can’t perform that action at this time.
0 commit comments