generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 312
Open
Description
GitHub announced support for new windows-arm64 runners:
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
action currently fails with:
Run mxschmitt/action-tmate@v3
node:events:502
throw er; // Unhandled 'error' event
^
Error: spawn C:\msys64\usr\bin\bash.exe ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:1[9](https://github.com/pbo-linaro/github-actions/actions/runs/14453887171/job/40532635299#step:2:10))
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:291:[12](https://github.com/pbo-linaro/github-actions/actions/runs/14453887171/job/40532635299#step:2:13))
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn C:\\msys64\\usr\\bin\\bash.exe',
path: 'C:\\msys64\\usr\\bin\\bash.exe',
spawnargs: [ '-lc', 'pacman -S --noconfirm tmate' ]
}
Node.js v20.19.0
EliahKagan and krishnakumar4a4
Metadata
Metadata
Assignees
Labels
No labels