File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,8 +146,6 @@ jobs:
146146 - name : Setup proxy cache
147147 uses : nv-gha-runners/setup-proxy-cache@main
148148 continue-on-error : true
149- # Skip the cache on Windows nodes outside of our org.
150- if : ${{ inputs.host-platform != 'win-64' }}
151149
152150 - name : Install dependencies
153151 uses : ./.github/actions/install_unix_deps
Original file line number Diff line number Diff line change 8989 with :
9090 fetch-depth : 0
9191
92- - name : Setup proxy cache
93- uses : nv-gha-runners/setup-proxy-cache@main
94- continue-on-error : true
95- # Skip the cache on Windows nodes outside of our org.
96- if : ${{ inputs.host-platform != 'win-64' }}
97-
92+ # TODO: use setup-proxy-cache once we have self-hosted Windows runners
9893 - name : Update driver
9994 run : |
10095 .github/workflows/install_gpu_driver.ps1
You can’t perform that action at this time.
0 commit comments