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

CI/CD Action Error #7373

Open
1 task done
amirzaeii opened this issue Apr 14, 2024 · 6 comments
Open
1 task done

CI/CD Action Error #7373

amirzaeii opened this issue Apr 14, 2024 · 6 comments

Comments

@amirzaeii
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Hi guys,
When I want use Github actions for ci/cd i got a error that i attched
I install all workloads and prerequesties
anybody knows why?
Screenshot 2024-04-13 143109

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0.203

Anything else?

No response

@amirzaeii
Copy link
Author

my os is wnidows 11 pro edition with visual studio 17.9.0

@msynk
Copy link
Member

msynk commented Apr 14, 2024

@amirzaeii Thanks for contacting us.
to build the Web project you first need to install the wasm-tools workload of the .NET SDK.
you can check our own CI pipeline in this file:
https://github.com/bitfoundation/bitplatform/blob/develop/.github/workflows/bit.ci.yml

this specific step:
image

Note: if you don't need to build the MAUI project you can omit the maui-android workload. also, the wasm-experimental workload is optional.

@amirzaeii
Copy link
Author

Thank you @msynk
But I install all workloads like this page
https://bitplatform.dev/templates/development-prerequisites

@msynk
Copy link
Member

msynk commented Apr 14, 2024

@amirzaeii
did you add that specific step to your github action?

btw, remember to run the command inside the src folder.

@amirzaeii
Copy link
Author

Nah I didn't add any other step...

@msynk
Copy link
Member

msynk commented Apr 15, 2024

you need to add it. since each run of the pipeline runs on a random VM instance so to make sure everything is available there, you need to have all the required steps in the github action yml file.
lemme know plz if your problem is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants