You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: