Skip to content

Commit 774355f

Browse files
authored
Update testinghostedtoollcache.yml
1 parent 0ce9330 commit 774355f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/testinghostedtoollcache.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414

15-
# - name: Set up Python
16-
# uses: actions/setup-python@v5
17-
# with:
18-
# python-version: "3.12"
19-
20-
- name: Show Python .exe files in hosted tool cache
21-
run: |
22-
echo "=== Toolcache Python .exe files ==="
23-
Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Recurse -Filter *.exe | ForEach-Object { $_.FullName }
15+
- name: Set up Python
16+
uses: actions/setup-python@v5
17+
with:
18+
python-version: "3.13"
19+
architecture: 'arm64'
2420

21+

0 commit comments

Comments
 (0)