Skip to content

Commit 125d3ea

Browse files
maruel-tbccompnerd
authored andcommitted
GHA: Explicitly install nuget
While nuget is preinstalled on GitHub Actions provided Windows images via Chocolatey, it may not be available on custom images.
1 parent ea7143b commit 125d3ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,9 @@ jobs:
646646
with:
647647
python-version: '${{ env.PYTHON_VERSION }}'
648648

649+
- uses: nuget/setup-nuget@v2
650+
if: matrix.arch == 'arm64'
651+
649652
# TODO(lxbndr) use actions/cache to improve this step timings
650653
- name: Install Python ${{ env.PYTHON_VERSION }} (arm64)
651654
if: matrix.arch == 'arm64'

0 commit comments

Comments
 (0)