diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2026-05-16 15:32:51 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2026-05-16 16:06:31 -0400 |
| commit | ba43e07c12093273e46630c55e93c7491dbbd372 (patch) | |
| tree | a1b35694d48f81c882797a401b7d0c50b909d589 | |
| parent | ded07a7d929dea4457e1c5c1466f34e7f5a8cd46 (diff) | |
Skip Windows 11 ARM CI for now
It's failing with:
Get-Command: C:\Users\runneradmin\scoop\apps\scoop\current\lib\install.ps1:191
Line |
191 | $bin = (Get-Command $target).Source
| ~~~~~~~~~~~~~~~~~~~
| The term 'more.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check
| the spelling of the name, or if a path was included, verify that the path is correct and try again.
| -rw-r--r-- | .github/workflows/windows.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index edfbc9fa50..b00f6d0452 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -33,9 +33,10 @@ jobs: test_task: check - os: 2025-vs2026 test_task: test-bundled-gems - - os: 11-arm - test_task: 'btest test-basic test-tool' # check and test-spec are broken yet. - target: arm64 + # TODO: Debug why Windows 11 ARM is failing to build on CI + # - os: 11-arm + # test_task: 'btest test-basic test-tool' # check and test-spec are broken yet. + # target: arm64 fail-fast: false runs-on: windows-${{ matrix.os }} |
