Skip to content

Commit 7d27da3

Browse files
committed
show me the path
1 parent e2bbb98 commit 7d27da3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
252252
windows:
253253
# https://github.com/actions/runner-images/issues/12034 Python 3.8.10 is no longer available on windows-2022
254-
runs-on: windows-2022
254+
runs-on: windows-2025
255255
strategy:
256256
matrix:
257257
arch: [x86, x64]
@@ -266,6 +266,7 @@ jobs:
266266
aws-region: ${{ env.AWS_DEFAULT_REGION }}
267267
- name: Build ${{ env.PACKAGE_NAME }} + consumers
268268
run: |
269+
where python
269270
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
270271
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --python "C:\\hostedtoolcache\\windows\\Python\\3.9.13\\${{ matrix.arch }}\\python.exe"
271272

0 commit comments

Comments
 (0)