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 }}
@@ -542,6 +543,7 @@ jobs:
542543 - name : Install CUDA (Windows)
543544 if : ${{ runner.os == 'Windows' && env.CUDA != '' }}
544545 shell : powershell
546+ timeout-minutes : 30
545547 env :
546548 cuda : ${{ env.CUDA }}
547549 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