We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08f202 commit 1a53375Copy full SHA for 1a53375
2 files changed
.github/workflows/build-wheel.yml
@@ -45,8 +45,10 @@ jobs:
45
- name: Setup proxy cache
46
uses: nv-gha-runners/setup-proxy-cache@main
47
continue-on-error: true
48
- # Skip the cache on Windows nodes outside of our org.
+ # Skip cache on GitHub-hosted Windows runners.
49
if: ${{ inputs.host-platform != 'win-64' }}
50
+ with:
51
+ enable-apt: true
52
53
- name: Set up Python
54
id: setup-python1
.github/workflows/test-wheel-windows.yml
@@ -82,6 +82,8 @@ jobs:
82
83
84
85
86
87
88
- name: Update driver
89
run: |
0 commit comments