File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# SPDX-License-Identifier: Apache-2.0
44
6060 - name : Setup proxy cache
6161 uses : nv-gha-runners/setup-proxy-cache@main
6262 continue-on-error : true
63- # Skip the cache on Windows nodes outside of our org .
63+ # Skip cache on GitHub-hosted Windows runners .
6464 if : ${{ inputs.host-platform != 'win-64' }}
65+ with :
66+ enable-apt : true
6567
6668 - name : Set up Python
6769 id : setup-python1
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ # SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22#
33# SPDX-License-Identifier: Apache-2.0
44
7474 - name : Setup proxy cache
7575 uses : nv-gha-runners/setup-proxy-cache@main
7676 continue-on-error : true
77+ with :
78+ enable-apt : true
7779
7880 - name : Update driver
7981 env :
You can’t perform that action at this time.
0 commit comments