Open amaury1093 opened 4 years ago
👋🏼 amaurym
Just wondering... Did you found any work-around? I am having same issue.
👋 I had a similar issue. I just added this line to my serverless.yaml
custom:
rust:
dockerless: true
But now I have a different issue:
Error: spawnSync cargo ENOENT
Any ideas? Thanks in advance.
Here's the relevant connfig in my action:
I get the following error
All the code is open source:
A quick google search links me to this issue: https://github.com/serverless/serverless/issues/5663#issuecomment-452444370
From what I understand, Docker is not running in the Github Actions VM. Is it possible to run Docker?