Skip to content

kick reusable-windows #1

kick reusable-windows

kick reusable-windows #1

Workflow file for this run

name: Manual Windows
on:
workflow_dispatch:
inputs:
arch:
description: CPU architecture
required: true
type: choice
options:
- x86
- x64
- arm64
free-threading:
description: Whether to compile CPython in free-threading mode
required: false
type: boolean
default: false
env:
FORCE_COLOR: 1
jobs:
build-windows:
uses: ./.github/workflows/reusable-windows.yml

Check failure on line 25 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
with:
arch: ${{ inputs.arch }}
free-threading: ${{ inputs.free-threading }}