Skip to content

Rebase FastLED infrastructure onto kernal-api #365

Rebase FastLED infrastructure onto kernal-api

Rebase FastLED infrastructure onto kernal-api #365

name: Windows x86 Build
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
# One live run per workflow per ref: a new push to a branch or PR cancels the
# superseded run instead of queuing behind it in the shared account-wide runner
# pool. Runs on main get a unique group, so they are never cancelled or coalesced.
concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
call:
uses: ./.github/workflows/_build.yml
with:
runs-on: windows-2025
# Explicit target so CI wheels/binaries are identical to the release
# builds in auto-release.yml (same artifact names, plat-name tags, and
# soldr cache key), letting auto-release reuse them (#170).
rust-target: x86_64-pc-windows-msvc