Skip to content

Commit a8238f2

Browse files
committed
Add the proxy cache for org nodes
1 parent 1a4322a commit a8238f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535

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+
3642
- name: Set up Python
3743
if: ${{ startsWith(inputs.host-platform, 'linux') }}
3844
id: setup-python

0 commit comments

Comments
 (0)