GH actions worker-build not found
Getting the following error in my GH action:
from this line:
I've tried running a cargo install worker-build before the worker-build command as well. but that didn't work either.
/bin/sh: 1: worker-build: not foundfrom this line:
cargo install -q --git https://github.com/cloudflare/workers-rs && worker-buildI've tried running a cargo install worker-build before the worker-build command as well. but that didn't work either.