We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to run anchor test or anchor build, the following error occurs:
anchor test
anchor build
"ERROR cargo_build_sbf] Failed to install platform-tools: HTTP status client error (404 Not Found) for url (https://github.com/anza-xyz/platform-tools/releases/download/v1.42/platform-tools-osx-x86_64.tar.bz2)"
This error prevents the Anchor CLI from functioning properly.
The Anchor CLI should successfully install all necessary dependencies without errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue: Failed to Install Platform Tools for Anchor CLI
Description
When attempting to run
anchor test
oranchor build
, the following error occurs:"ERROR cargo_build_sbf] Failed to install platform-tools: HTTP status client error (404 Not Found) for url (https://github.com/anza-xyz/platform-tools/releases/download/v1.42/platform-tools-osx-x86_64.tar.bz2)"
This error prevents the Anchor CLI from functioning properly.
Steps to Reproduce
anchor test
oranchor build
Expected Behavior
The Anchor CLI should successfully install all necessary dependencies without errors.
The text was updated successfully, but these errors were encountered: