-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Getting "cargo is not installed by default for some virtual environments", while using the correct toolchain action #297
Comments
Same. I get This is the file: name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose EDIT: I saw that this is a "pinned issue". (Didn't know this existed) Which explains what I see. |
Solution: Provide the correct runner image. Either provide
Tested with:
For just |
@siedentop should that be:
|
I have the same problem. Using What confuses me is that |
Issue is stale and will be closed in 7 days unless there is new activity |
This issue persists to this day, making act unusable for many rust projects, and thus shouldn't be closed, I think. |
If I put this in my
Then run
My computer fans spin up like crazy. Worse than compiling a large crate. And it doesn't progress any further than |
Issue is stale and will be closed in 7 days unless there is new activity |
It does for me, I waited around 10 minutes |
This works for me: |
Thank you for this. This worked for me. |
My workflow is something like this:
This workflow works great on GH actions, but run with
act
, I get errors. Mainly:The text was updated successfully, but these errors were encountered: