I had to change the *.sh files to be executable and on running the build:
$ setup (main *)$ ./build.sh
....
[2024-04-26T08:29:12.863287462Z ERROR cargo_build_sbf] Failed to obtain package metadata: `cargo metadata` exited with an error: error: failed to load manifest for workspace member `.../pirate-bootcamp/quest-1/.local_keys`
Caused by:
failed to read `.../pirate-bootcamp/quest-1/.local_keys/Cargo.toml`
Caused by:
No such file or directory (os error 2)
I am using WSL on Windows 11 (Linux, Ubuntu) I followed the manual: Rust, NodeJs.. etc are installed
Solana is setup on Dev
I had to change the
*.sh
files to be executable and on running the build: