mirror of
https://github.com/actions/python-versions.git
synced 2025-12-14 14:36:46 +00:00
Update build-python-packages.yml
This commit is contained in:
4
.github/workflows/build-python-packages.yml
vendored
4
.github/workflows/build-python-packages.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
PLATFORMS:
|
||||
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'
|
||||
required: true
|
||||
default: 'windows-2019_arm64'
|
||||
default: 'setup-actions-windows-arm64-4-core'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'versions-manifest.json'
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Setup Dependencies
|
||||
if: runner.os == 'windows-2019_arm64'
|
||||
if: runner.os == 'setup-actions-windows-arm64-4-core'
|
||||
run: |
|
||||
choco install pwsh git
|
||||
- name: Check out repository code
|
||||
|
||||
Reference in New Issue
Block a user