Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winget package manifest incorrect #1918

Closed
AnthonyPorthouse opened this issue Jul 17, 2023 · 4 comments
Closed

Winget package manifest incorrect #1918

AnthonyPorthouse opened this issue Jul 17, 2023 · 4 comments
Labels
kind/bug Something isn't working

Comments

@AnthonyPorthouse
Copy link

AnthonyPorthouse commented Jul 17, 2023

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.

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

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

@AnthonyPorthouse AnthonyPorthouse added the kind/bug Something isn't working label Jul 17, 2023
@ChristopherHX
Copy link
Contributor

Related to russellbanks/Komac#215.

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

@ChristopherHX
Copy link
Contributor

Rerunning fixed it microsoft/winget-pkgs#112333, now needs to be merged by the winget team.

@AnthonyPorthouse
Copy link
Author

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

@ChristopherHX
Copy link
Contributor

Manifest is now correct closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants