File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ jobs:
240240
241241 - name : Install CUDA (Windows)
242242 if : ${{ runner.os == 'Windows' && env.CUDA != '' }}
243+ timeout-minutes : 30
243244 shell : powershell
244245 env :
245246 cuda : ${{ env.CUDA }}
@@ -537,6 +538,7 @@ jobs:
537538 - name : Install CUDA (Windows)
538539 if : ${{ runner.os == 'Windows' && env.CUDA != '' }}
539540 shell : powershell
541+ timeout-minutes : 30
540542 env :
541543 cuda : ${{ env.CUDA }}
542544 visual_studio : ${{ env.HOSTCXX }}
Original file line number Diff line number Diff line change 7474 - name : Install CUDA (Windows)
7575 if : ${{ runner.os == 'Windows' && env.CUDA != '' }}
7676 shell : powershell
77+ timeout-minutes : 30
7778 env :
7879 cuda : ${{ env.CUDA }}
7980 visual_studio : ${{ env.HOSTCXX }}
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ jobs:
122122 - name : Install CUDA (Windows)
123123 if : ${{ runner.os == 'Windows' && env.CUDA != '' }}
124124 shell : powershell
125+ timeout-minutes : 30
125126 env :
126127 cuda : ${{ env.CUDA }}
127128 visual_studio : ${{ env.HOSTCXX }}
You can’t perform that action at this time.
0 commit comments