Skip to content

Commit 859d2fd

Browse files
committed
Enable apt proxy caching in workflows
1 parent a1ac19c commit 859d2fd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Setup proxy cache
4646
uses: nv-gha-runners/setup-proxy-cache@main
4747
continue-on-error: true
48-
# Skip the cache on Windows nodes outside of our org.
49-
if: ${{ inputs.host-platform != 'win-64' }}
48+
with:
49+
enable-apt: true
5050

5151
- name: Set up Python
5252
id: setup-python1

.github/workflows/test-wheel-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
- name: Setup proxy cache
8383
uses: nv-gha-runners/setup-proxy-cache@main
8484
continue-on-error: true
85+
with:
86+
enable-apt: true
8587

8688
- name: Update driver
8789
run: |

0 commit comments

Comments
 (0)