We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194b07b commit 7dfede6Copy full SHA for 7dfede6
1 file changed
.github/workflows/ci.yml
@@ -265,6 +265,7 @@ jobs:
265
aws-region: ${{ env.AWS_DEFAULT_REGION }}
266
- name: Build ${{ env.PACKAGE_NAME }} + consumers
267
run: |
268
+ Get-ChildItem -Path "C:\\hostedtoolcache\\windows\\Python" -Filter "python.exe" -Recurse
269
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
270
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.10.11\\${{ matrix.arch }}\\python.exe"
271
0 commit comments