Skip to content

Commit 7dfede6

Browse files
committed
looking for python
1 parent 194b07b commit 7dfede6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ jobs:
265265
aws-region: ${{ env.AWS_DEFAULT_REGION }}
266266
- name: Build ${{ env.PACKAGE_NAME }} + consumers
267267
run: |
268+
Get-ChildItem -Path "C:\\hostedtoolcache\\windows\\Python" -Filter "python.exe" -Recurse
268269
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
269270
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.10.11\\${{ matrix.arch }}\\python.exe"
270271

0 commit comments

Comments
 (0)