Attempting to use act to validate a simple github actions CI workflow for rust project #2386
-
Hi all, I am unsure what the issue is with trying to use act to test a simple workflow for a rust project. I get this error when running: I'm not sure where the issue is, because I thought I'm running like this:
Any help would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Rust needs a medium + rust, the custom image, full image or your own image e.g. medium + rust can be used via The .actrc file path to replace the image is listed by |
Beta Was this translation helpful? Give feedback.
Rust needs a medium + rust, the custom image, full image or your own image
e.g. medium + rust can be used via
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:rust-latest
The .actrc file path to replace the image is listed by
act --bug-report