We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce9330 commit 774355fCopy full SHA for 774355f
.github/workflows/testinghostedtoollcache.yml
@@ -12,13 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
14
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 }
+ - name: Set up Python
+ uses: actions/setup-python@v5
+ with:
+ python-version: "3.13"
+ architecture: 'arm64'
24
+
0 commit comments