Skip to content

Commit c8fd323

Browse files
committed
another level down
1 parent bdb3599 commit c8fd323

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
function extract() {
114114
_TEMP_DIR_=$(mktemp -d)
115115
unzip $1 -d $_TEMP_DIR_
116-
cp -r $_TEMP_DIR_/* $CUDA_PATH
116+
cp -r $_TEMP_DIR_/*/* $CUDA_PATH
117117
rm -rf $_TEMP_DIR_
118118
}
119119
fi
@@ -137,9 +137,8 @@ runs:
137137
populate_cuda_path cuda_cudart
138138
populate_cuda_path cuda_nvrtc
139139
populate_cuda_path cuda_profiler_api
140-
141140
ls -l $CUDA_PATH
142-
tree $CUDA_PATH
141+
143142
# Note: the headers will be copied into the cibuildwheel manylinux container,
144143
# so setting the CUDA_PATH env var here is meaningless.
145144

0 commit comments

Comments
 (0)