[GH-ISSUE #1918] Winget package manifest incorrect #926

Closed
opened 2026-03-01 21:47:28 +03:00 by kerem · 4 comments
Owner

Originally created by @AnthonyPorthouse on GitHub (Jul 17, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1918

Bug report info

n/a

Command used with act

n/a

Describe issue

Act does not correctly install in an x64 windows environment when installed via winget.

The manifest currently points the x64 environment to the armv7 build.

Additionally the arm build points at the arm64 build.

https://github.com/microsoft/winget-pkgs/blob/master/manifests/n/nektos/act/0.2.48/nektos.act.installer.yaml

Workflow content

n/a

Relevant log output

ResourceUnavailable: Program 'act.exe' failed to run: An error occurred trying to start process 'C:\Users\[USER]\AppData\Local\Microsoft\WinGet\Packages\nektos.act_Microsoft.Winget.Source_8wekyb3d8bbwe\act.exe' with working directory 'C:\Users\[USER]'. The specified executable is not a valid application for this OS platform.At line:1 char:1
+ act
+ ~~~.

Additional information

No response

Originally created by @AnthonyPorthouse on GitHub (Jul 17, 2023). Original GitHub issue: https://github.com/nektos/act/issues/1918 ### Bug report info ```plain text n/a ``` ### Command used with act ```sh n/a ``` ### Describe issue Act does not correctly install in an x64 windows environment when installed via winget. The manifest currently points the x64 environment to the armv7 build. Additionally the arm build points at the arm64 build. ### Link to GitHub repository https://github.com/microsoft/winget-pkgs/blob/master/manifests/n/nektos/act/0.2.48/nektos.act.installer.yaml ### Workflow content ```yml n/a ``` ### Relevant log output ```sh ResourceUnavailable: Program 'act.exe' failed to run: An error occurred trying to start process 'C:\Users\[USER]\AppData\Local\Microsoft\WinGet\Packages\nektos.act_Microsoft.Winget.Source_8wekyb3d8bbwe\act.exe' with working directory 'C:\Users\[USER]'. The specified executable is not a valid application for this OS platform.At line:1 char:1 + act + ~~~. ``` ### Additional information _No response_
kerem 2026-03-01 21:47:28 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@ChristopherHX commented on GitHub (Jul 17, 2023):

Related to https://github.com/russellbanks/Komac/issues/215.

Hmm I test what happens if I rerun the job with the Komac update from 5 days ago. Hopefully it can fix it.

<!-- gh-comment-id:1637930603 --> @ChristopherHX commented on GitHub (Jul 17, 2023): Related to https://github.com/russellbanks/Komac/issues/215. Hmm I test what happens if I rerun the job with the Komac update from 5 days ago. Hopefully it can fix it.
Author
Owner

@ChristopherHX commented on GitHub (Jul 17, 2023):

Rerunning fixed it https://github.com/microsoft/winget-pkgs/pull/112333, now needs to be merged by the winget team.

<!-- gh-comment-id:1637938346 --> @ChristopherHX commented on GitHub (Jul 17, 2023): Rerunning fixed it https://github.com/microsoft/winget-pkgs/pull/112333, now needs to be merged by the winget team.
Author
Owner

@AnthonyPorthouse commented on GitHub (Jul 17, 2023):

Thanks for the fast solution. Will keep an eye on that PR and update once its merged.

<!-- gh-comment-id:1638354098 --> @AnthonyPorthouse commented on GitHub (Jul 17, 2023): Thanks for the fast solution. Will keep an eye on that PR and update once its merged.
Author
Owner

@ChristopherHX commented on GitHub (Jul 17, 2023):

Manifest is now correct closing.

<!-- gh-comment-id:1638799502 --> @ChristopherHX commented on GitHub (Jul 17, 2023): Manifest is now correct closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#926
No description provided.