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

Try to fix github actions #60

Merged
merged 4 commits into from
Sep 27, 2024
Merged

Conversation

JatoMixo
Copy link
Collaborator

This pull request tries to fix the github actions in the project by adding the --force flag to the rustup component add llvm-tools-preview command.

@JatoMixo
Copy link
Collaborator Author

Removed the commands that installed cargo-binutils, cargo-expand and cargo-generate.
As it turns out, these packages are also installed with the llvm-tools-preview component, and it crashed because those binaries already existed in the destination.

Now those packages aren't installed twice, so github actions no longer crash.

@JatoMixo JatoMixo merged commit 228bbdf into aindustriosa:main Sep 27, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant