Skip to content

Commit 0a578be

Browse files
committed
try not to hang
1 parent daf26ad commit 0a578be

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actions/fetch_ctk/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ inputs:
1919
type: string
2020
default: "cuda_nvcc,cuda_cudart,cuda_nvrtc,cuda_profiler_api,cuda_cccl,cuda_sanitizer_api,libnvjitlink"
2121

22-
defaults:
23-
run:
24-
shell: bash ${{ (inputs.host-platform != 'win-64' && '--noprofile --norc') || '' }} -xeuo pipefail {0}
25-
2622
runs:
2723
using: composite
24+
defaults:
25+
run:
26+
shell: bash ${{ (inputs.host-platform != 'win-64' && '--noprofile --norc') || '' }} -xeuo pipefail {0}
2827
steps:
2928
- name: Set up CTK cache variable
3029
run: |

0 commit comments

Comments
 (0)