Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 15:03:12 +05:30
committed by GitHub
parent 948f51aaf0
commit 0d0f3060e3

View File

@@ -15,7 +15,7 @@ on:
PLATFORMS: PLATFORMS:
description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)' description: 'Platforms for execution in "os" or "os_arch" format (arch is "x64" by default)'
required: true required: true
default: 'windows-2019_arm64' default: 'setup-actions-windows-arm64-4-core'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'versions-manifest.json' - 'versions-manifest.json'
@@ -73,7 +73,7 @@ jobs:
steps: steps:
- name: Setup Dependencies - name: Setup Dependencies
if: runner.os == 'windows-2019_arm64' if: runner.os == 'setup-actions-windows-arm64-4-core'
run: | run: |
choco install pwsh git choco install pwsh git
- name: Check out repository code - name: Check out repository code