We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4322a commit a8238f2Copy full SHA for a8238f2
1 file changed
.github/workflows/build.yml
@@ -33,6 +33,12 @@ jobs:
33
with:
34
fetch-depth: 0
35
36
+ - name: Setup proxy cache
37
+ uses: nv-gha-runners/setup-proxy-cache@main
38
+ continue-on-error: true
39
+ # Skip the cache on Windows nodes outside of our org.
40
+ if: ${{ inputs.host-plaform != 'win-64' }}
41
+
42
- name: Set up Python
43
if: ${{ startsWith(inputs.host-platform, 'linux') }}
44
id: setup-python
0 commit comments